Spire.PDF

Spire.PDF 5.3.8 Supports to Get the Label of PDF Page

We are pleased to announce the release of spire.pdf 5.3.8. The version supports to get the label of PDF page. Additionally, bugs occurred when printing or converting PDF documents and extracting texts or images are fixed. More details are given below.

New Features:

  • Supports to Get the Label of PDF Page
  • PdfDocument pdf = new PdfDocument();
    pdf.LoadFromFile("test.pdf");
    List[string] list = new List[string]();
    for (int i = 0; i < pdf.Pages.Count; i++)
    {
        list.Add(pdf.Pages[i].PageLabel);
    }
    

Bug Fixes:

  • Fixes the issue that the number containing the decimal point was separated by two lines.
  • Fixes the issue that obtained image location was incorrect.
  • Fixes the issue that document size became very large after multiple digital signatures were added
  • Fixes the issue that setting the column width of the table didn't work.
  • Fixes the issue that it threw a Win32Exception when printing a PDF document
  • Fixes the issue that the images became blurred when printing a PDF document
  • Fixes the issue that content styles were changed when converting a PDF document to images.
  • Fixes the issue that there was an error "No FunctionType specified in function" was thrown when extracting images.
  • Fixes the issue that there was an error "Object reference not set to an instance of an object" was thrown when extracting text.

Click the below link to download Spire.PDF 5.3.8: