Aspose.PUB
19.10.1
See the version list below for details.
dotnet add package Aspose.PUB --version 19.10.1
NuGet\Install-Package Aspose.PUB -Version 19.10.1
<PackageReference Include="Aspose.PUB" Version="19.10.1" />
paket add Aspose.PUB --version 19.10.1
#r "nuget: Aspose.PUB, 19.10.1"
// Install Aspose.PUB as a Cake Addin #addin nuget:?package=Aspose.PUB&version=19.10.1 // Install Aspose.PUB as a Cake Tool #tool nuget:?package=Aspose.PUB&version=19.10.1
Aspose.PUB for .NET is a simple API that allows to read & convert Microsoft Publisher® (PUB) files to PDF format. 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 & write metadata of PUB files via API.
Read PUB Files
Microsoft Publisher: PUB
Save PUB As
Fixed Layout: PDF
Platform Independence
You can use Aspose.PUB for .NET to develop applications in any development environment that targets the .NET platform including .NET Framework, .NET Core & Mono to develop both 32-bit & 64-bit applications.
Getting Started with Aspose.PDF for .NET
Are you ready to give Aspose.PUB for .NET a try? Simply execute Install-Package Aspose.PUB
from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have Aspose.PUB for .NET and want to upgrade the version, please execute Update-Package Aspose.PUB
to get the latest version.
Convert a Microsoft Publisher File to PDF using C#
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.
var parser = PubFactory.CreateParser(dir + "template.pub");
var doc = parser.Parse();
PubFactory.CreatePdfConvertor().ConvertToPdf(doc, dir + "output.pdf");
Edit Metadata of Microsoft Publisher Files
Following C# code sample shows how to edit the metadata of a Microsoft Publisher file:
IPubParser parser = PubFactory.CreateParser(dir + "template.pub");
Document document = parser.Parse();
document.DocumentSummaryInfo.SetCategory("category");
document.DocumentSummaryInfo.SetCompany("company");
document.DocumentSummaryInfo.SetLanguage("language");
document.SummaryInfo.SetComments("comments");
document.SummaryInfo.SetKeywords("keywords");
document.SummaryInfo.SetLastAuthor("last author");
document.SummaryInfo.SetTitle("title");
document.SummaryInfo.SetSubject("subject");
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 with future release.
Product Page | Documentation | API Reference | Code Examples | Blog | Free Support | Temporary License
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Aspose.PUB:
Package | Downloads |
---|---|
Aspose.Total
Aspose.Total for .NET is the most complete package of all .NET file format APIs offered by Aspose. It empowers developers to create, edit, render, print and convert between a wide range of popular document formats within any .NET, C#, ASP.NET and VB.NET applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
24.10.0 | 1,344 | 10/29/2024 |
24.8.0 | 14,010 | 8/17/2024 |
24.7.0 | 10,456 | 7/20/2024 |
24.5.0 | 12,118 | 5/11/2024 |
24.3.0 | 11,952 | 3/29/2024 |
23.12.0 | 25,187 | 12/19/2023 |
23.6.0 | 68,017 | 6/17/2023 |
23.5.0 | 1,432 | 6/2/2023 |
22.11.0 | 68,339 | 11/11/2022 |
22.6.0 | 72,801 | 6/2/2022 |
22.5.0 | 19,049 | 5/6/2022 |
21.9.1 | 58,874 | 9/30/2021 |
21.9.0 | 658 | 9/22/2021 |
21.6.0 | 16,891 | 6/17/2021 |
21.4.0 | 37,725 | 4/23/2021 |
20.4.0 | 56,694 | 4/17/2020 |
20.2.0 | 5,109 | 2/14/2020 |
19.12.0 | 3,491 | 12/26/2019 |
19.10.1 | 3,644 | 10/31/2019 |
19.10.0 | 1,017 | 10/30/2019 |