Aspose.PUB.Cpp.x86 21.2.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 21.2.0
NuGet\Install-Package Aspose.PUB.Cpp.x86 -Version 21.2.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="21.2.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 21.2.0
#r "nuget: Aspose.PUB.Cpp.x86, 21.2.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=21.2.0

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

Process PUB files via C++ API

Version 21.2 Nuget

Home | Product Page | Docs | API Reference | Examples | Blog | Free Support | Temporary License

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 the metadata of PUB files.

PUB File Processing Features

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

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.3.0 429 3/31/2024
24.2.0 799 2/23/2024
24.1.0 188 1/26/2024
23.12.0 682 12/22/2023
23.11.0 1,027 11/21/2023
23.10.0 495 10/20/2023
23.9.0 629 9/21/2023
23.6.0 690 6/22/2023
23.5.0 555 5/31/2023
23.4.0 718 4/21/2023
23.3.0 828 3/23/2023
23.2.0 945 2/24/2023
23.1.0 1,014 1/26/2023
22.12.0 821 12/21/2022
22.11.0 769 11/16/2022
22.10.0 917 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,451 4/28/2022
22.1.0 1,180 1/24/2022
21.12.0 631 12/23/2021
21.11.0 6,160 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 715 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,002 9/18/2020
20.7.0 930 7/20/2020