.NET APIs to Manipulate Publisher Files
Convert PUB Publisher format to PDF without any software dependencies.
Download Free TrialAspose.PUB for .NET is flexible and easy to use library to work with electronic publication files. It supports the loading and conversion of popular electronic publication file format (.pub) to PDF.
Advanced .NET PUB Manipulation API Features
Read .pub file formats
Convert PUB files to PDF
Export PUB Files to PDF
Aspose.PUB for .NET can read and convert publication files (.pub) to PDF file , with just a few lines of code.
Convert PUB to PDF - C#
string dataDir = RunExamples.GetDataDir_Data();
string fileName = dataDir + "pubFileName.pub";
var parser = PubFactory.CreateParser(fileName);
var doc = parser.Parse();
PubFactory.CreatePdfConverter().ConvertToPdf(doc, dataDir + "result_out.pdf");
Support and Learning Resources
- Learning Resources
- Documentation
- Source Code
- API References
- Tutorial Videos
- Product Support
- Free Support
- Paid Support
- Blog
- Release Notes
- Why Aspose.PUB for .NET?
- Customers List
- Success Stories