Spire.PDF 5.9.16

Spire.PDF 5.9.16 supports compressing image in .Net Core and .Net Standard

We're pleased to announce the release of Spire.PDF 5.9.16. This version supports calling method TryCompressImage() to compress PDF image in .Net Core /.Net Standard and also fixes some issues that occurred when converting PDF to Word/Html, Text to PDF, compressing PDF images and printing PDF file. See the content below for more details.

New Features:

  • Supports "page.TryCompressImage()" in .Net Core and .Net Standard.
  • PdfDocument doc = new PdfDocument();
    doc.LoadFromFile(inputFile);
    doc.Pages[0].TryCompressImage(0);
    doc.SaveToFile(outputFile);
    

Bug Fixes:

  • Fixes the issue that the content of extracted highlighted text was incorrect.
  • Fixes the issue that the stamp was duplicate after printing.
  • Fixes the issue that the content lost after converting TEXT to PDF.
  • Fixes the issue that the image color was incorrect after compressing PDF images.
  • Fixes the issue that the Label text of ButtonField couldn't be removed.
  • Fixes the issue that converting PDF to Word cost a long time.
  • Fixes the issue that the document scale value couldn't be obtained.
  • Fixes the issue that removing action did not work.
  • Fixes the issue that the picture lost after converting PDF to Html.

Click the link to download Spire.PDF 5.9.16:
More information of Spire.PDF new release or hotfix: