Aspose.PUB.Cpp.x86
20.12.0
Aspose.PUB for C++ is a native C++ library that enables the developers to add pub converting to their C++ applications. The library allows convert pub document to pdf.
Install-Package Aspose.PUB.Cpp.x86 -Version 20.12.0
dotnet add package Aspose.PUB.Cpp.x86 --version 20.12.0
<PackageReference Include="Aspose.PUB.Cpp.x86" Version="20.12.0" />
paket add Aspose.PUB.Cpp.x86 --version 20.12.0
Process PUB files via C++ API
Aspose.PUB for C++ is a simple API that allows you to read & convert Microsoft Publisher® (PUB) files to PDF format programmatically in your C++ Apps. It also provides easy to understand interfaces to edit metadata of PUB files.
PUB File Processing Features
- Read Microsoft Publisher (PUB) files for conversion to PDF format.
- Read & Edit metadata of PUB files via API.
New Features & Enhancements 
This release offers some minor enhancements. Please visit Aspose.PUB for C++ 20.12 Release Notes for the detailed notes.
Read PUB Files
Microsoft Publisher: PUB
Save PUB As
Fixed Layout: PDF
Platform Independence
You can use Aspose.PUB for C++ to build any type of 32-bit and 64-bit C++ applications. You can use it on the server and client-side by simply copying the assembly without worrying about other services or modules.
Getting Started with Aspose.PUB for C++
Are you ready to give Aspose.PUB for C++ a try? Simply execute Install-Package Aspose.PUB.Cpp.x86
from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have Aspose.PUB for C++ and want to upgrade the version, please execute Update-Package Aspose.PUB.Cpp.x86
to get the latest version.
Convert a Microsoft Publisher File to PDF using C# Code
// Initialize license object
auto license = System::MakeObject<Aspose::Pub::License>();
// Set license
license->SetLicense(dataDir() + u"License\\Aspose.PUB.C++.lic");
System::String filePub = dataDir() + u"1.pub";
System::String filePdf = dataDir() + u"1.pdf";
System::Console::WriteLine(u"Convert starting...");
System::SharedPtr<IPubParser> parser = PubFactory::CreateParser(filePub);
System::SharedPtr<Document> document = parser->Parse();
PubFactory::CreatePdfConverter()->ConvertToPdf(document, filePdf);
System::Console::WriteLine(u"Convert done.");
Limitations
At the moment API lacks the support to convert images of PUB file to PDF file. So such images won't show up in the resultant output PDF file. This feature is in our plan to be released in some future release.
Home | Product Page | Docs | API Reference | Examples | Blog | Free Support | Temporary License
Process PUB files via C++ API
Aspose.PUB for C++ is a simple API that allows you to read & convert Microsoft Publisher® (PUB) files to PDF format programmatically in your C++ Apps. It also provides easy to understand interfaces to edit metadata of PUB files.
PUB File Processing Features
- Read Microsoft Publisher (PUB) files for conversion to PDF format.
- Read & Edit metadata of PUB files via API.
New Features & Enhancements 
This release offers some minor enhancements. Please visit Aspose.PUB for C++ 20.12 Release Notes for the detailed notes.
Read PUB Files
Microsoft Publisher: PUB
Save PUB As
Fixed Layout: PDF
Platform Independence
You can use Aspose.PUB for C++ to build any type of 32-bit and 64-bit C++ applications. You can use it on the server and client-side by simply copying the assembly without worrying about other services or modules.
Getting Started with Aspose.PUB for C++
Are you ready to give Aspose.PUB for C++ a try? Simply execute Install-Package Aspose.PUB.Cpp.x86
from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have Aspose.PUB for C++ and want to upgrade the version, please execute Update-Package Aspose.PUB.Cpp.x86
to get the latest version.
Convert a Microsoft Publisher File to PDF using C# Code
// Initialize license object
auto license = System::MakeObject<Aspose::Pub::License>();
// Set license
license->SetLicense(dataDir() + u"License\\Aspose.PUB.C++.lic");
System::String filePub = dataDir() + u"1.pub";
System::String filePdf = dataDir() + u"1.pdf";
System::Console::WriteLine(u"Convert starting...");
System::SharedPtr<IPubParser> parser = PubFactory::CreateParser(filePub);
System::SharedPtr<Document> document = parser->Parse();
PubFactory::CreatePdfConverter()->ConvertToPdf(document, filePdf);
System::Console::WriteLine(u"Convert done.");
Limitations
At the moment API lacks the support to convert images of PUB file to PDF file. So such images won't show up in the resultant output PDF file. This feature is in our plan to be released in some future release.
Home | Product Page | Docs | API Reference | Examples | Blog | Free Support | Temporary License
Release Notes
https://docs.aspose.com/pub/cpp/aspose-pub-for-cpp-20-12-release-notes/
Dependencies
-
- CodePorting.Native.Cs2Cpp.API (>= 20.12.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.