Aspose.PUB.Cpp 20.6.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Aspose.PUB.Cpp --version 20.6.1
NuGet\Install-Package Aspose.PUB.Cpp -Version 20.6.1
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" Version="20.6.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.PUB.Cpp --version 20.6.1
#r "nuget: Aspose.PUB.Cpp, 20.6.1"
#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 as a Cake Addin
#addin nuget:?package=Aspose.PUB.Cpp&version=20.6.1

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

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

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

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 (1)

Showing the top 1 NuGet packages that depend on Aspose.PUB.Cpp:

Package Downloads
Aspose.Total.Cpp

Aspose.Total for C++ is a complete package of C++ libraries specifically designed to create, manipulate and convert popular file formats from Microsoft Office and PDF without requiring Office or Adobe Automation. C++ API package also includes a specialized library to generate and recognize barcode labels from images with advanced features to customize the barcode generation and recognition process.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
24.2.0 1,781 2/23/2024
24.1.0 1,644 1/26/2024
23.12.0 3,647 12/22/2023
23.11.0 3,602 11/21/2023
23.10.0 3,491 10/20/2023
23.9.0 4,299 9/21/2023
23.6.0 8,437 6/22/2023
23.5.0 5,087 5/31/2023
23.4.0 5,143 4/21/2023
23.3.0 6,562 3/23/2023
23.2.0 6,831 2/24/2023
23.1.0 6,570 1/26/2023
22.12.0 7,163 12/21/2022
22.11.0 7,036 11/16/2022
22.10.0 3,710 10/31/2022
22.9.0 9,728 9/27/2022
22.8.0 7,133 8/31/2022
22.7.0 8,633 7/24/2022
22.6.0 7,682 6/24/2022
22.5.0 7,143 5/27/2022
22.4.0 8,062 4/28/2022
22.1.0 10,521 1/24/2022
21.12.0 5,653 12/23/2021
21.11.0 14,873 11/23/2021
21.7.1 11,165 9/23/2021
21.7.0 8,412 7/21/2021
21.6.0 6,710 6/22/2021
21.5.0 3,979 5/19/2021
21.4.0 7,942 4/17/2021
21.3.0 6,277 3/18/2021
21.2.0 7,452 2/19/2021
21.1.0 3,403 1/26/2021
20.12.0 10,848 12/25/2020
20.11.0 3,696 11/19/2020
20.9.0 9,903 9/18/2020
20.7.0 9,987 7/17/2020
20.6.1 9,990 6/20/2020