Aspose.PUB.Cpp.x86 20.7.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Aspose.PUB.Cpp.x86 --version 20.7.0
NuGet\Install-Package Aspose.PUB.Cpp.x86 -Version 20.7.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Aspose.PUB.Cpp.x86" Version="20.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.PUB.Cpp.x86 --version 20.7.0
#r "nuget: Aspose.PUB.Cpp.x86, 20.7.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Aspose.PUB.Cpp.x86 as a Cake Addin
#addin nuget:?package=Aspose.PUB.Cpp.x86&version=20.7.0

// Install Aspose.PUB.Cpp.x86 as a Cake Tool
#tool nuget:?package=Aspose.PUB.Cpp.x86&version=20.7.0

Process PUB files via C++ API

Aspose.PUB for C++ is a simple API that allows 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

New Features & Enhancements in Version 20.7

This month's release uses the latest version of the shared codeporting library. The API has also been updated to include the latest implementation of Aspose.PDF for C++ library, thus enhancing the overall functionality of the API.

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 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

You can execute below code snippet to see how Aspose.PDF API performs in your own development environment or check the GitHub Repository for other common usage scenarios.

// 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 wont 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

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
24.2.0 794 2/23/2024
24.1.0 184 1/26/2024
23.12.0 660 12/22/2023
23.11.0 1,004 11/21/2023
23.10.0 473 10/20/2023
23.9.0 608 9/21/2023
23.6.0 689 6/22/2023
23.5.0 534 5/31/2023
23.4.0 697 4/21/2023
23.3.0 827 3/23/2023
23.2.0 905 2/24/2023
23.1.0 992 1/26/2023
22.12.0 821 12/21/2022
22.11.0 766 11/16/2022
22.10.0 916 10/31/2022
22.9.0 825 9/27/2022
22.8.0 1,023 8/31/2022
22.7.0 1,250 7/24/2022
22.6.0 1,294 6/24/2022
22.5.0 1,300 5/27/2022
22.4.0 1,450 4/28/2022
22.1.0 1,180 1/24/2022
21.12.0 631 12/23/2021
21.11.0 6,159 11/23/2021
21.7.1 670 9/23/2021
21.7.0 638 7/21/2021
21.6.0 645 6/22/2021
21.5.0 718 5/19/2021
21.4.0 714 4/17/2021
21.3.0 727 3/18/2021
21.2.0 703 2/19/2021
21.1.0 644 1/26/2021
20.12.0 768 12/25/2020
20.11.0 940 11/19/2020
20.9.0 1,001 9/18/2020
20.7.0 930 7/20/2020