Aspose.Pdf for .NET logo

The new release of Aspose.Pdf for .NET 11.6.0 has already been published with significant improvements in PDF to PDF/A, PDF to TIFF/JPEG and HTML to PDF features. The API has also been greatly improved to handle various complex scenarios that were causing issues in earlier release versions. Indeed, this version is a better and stable release, as compared to earlier versions.

Convert PDF to TIFF using Bradley Algorithm

Aspose.PDF for .NET has been supporting the feature to convert PDF to TIF using LZW compression and then with the use of AForge, Binarization can be applied. However, one of the customers requested that for some images, they need to get the Threshold using Otsu, so they also would like to use Bradley. For further details, please visit Convert PDF files to TIFF using Bradley algorithm.

Custom Numbering Style for PageNumberStamp

The PageNumberStamp class offers the feature to add Page Number information as stamp object inside PDF document. Prior to this release, the class only supported 1,2,3,4 as page numbering style. However, there has been a requirement from the customers to use custom numbering style when placing page number stamp inside PDF document. In order to accomplish this requirement, NumberingStyle property has been introduced, which accepts the values from NumberingStyle enumeration. Specified below are values offered in this enumeration.

  • LettersLowercase
  • LettersUppercase
  • NumeralsArabic
  • NumeralsRomanLowercase
  • NumeralsRomanUppercase

DOM Approach

Facades Approach

Miscellaneous fixes

As well as the enhancements and features discussed above, there have been specific improvements regarding PDF to PDF/A, PDF to HTML, XPS to PDF, PDF to XPS, HTML to PDF, RedactionAnnotation, Text manipulation, and Image placement/manipulation in PDF document. Please download and try the latest release of Aspose.PDF for .NET 11.6.0.