Browse our Products

Aspose.PUB for .NET 24.5 Release Notes

Aspose.PUB for .NET is a сonvenient library that provides the feature to convert Microsoft Publisher documents. The library is in compliance with the .NET 5.0 and also supports .NET Standard 2.0, .NET Standard 2.1 and .NET Framework 4.0. .NET 6.0 target framework support has been added. You can use it for application development in any IDE that targets the .NET platform.

Improvements and Changes

Conversion API has been expanded to allow the use of streams when converting a PUB file to other formats.

KeySummaryCategory
PUBNET-269PUB to PDF - Word wrap is not working correctlyBug
PUBNET-267Unable to parse a valid PUB fileBug
PUBNET-367Parse() throws KeyNotFoundExceptionBug
PUBNET-368Error while loading “.pub” file; The given key was not present in the dictionaryBug
PUBNET-286Error while loading PUB fileBug
PUBNET-331Error while convert pub file into pdfBug

Public API and Backward Incompatible Changes

Added APIs

Added Methods

  • Method Aspose.Pub.IPubConverter.ConvertToFormat(Aspose.Pub.Document,System.IO.Stream,Aspose.Pub.PubExportFormats)