Spire.PDF 5.10.8

Spire.PDF 5.10.8 adds the IsNewWindow property to open cross-document in new window

We're pleased to announce the release of Spire.PDF 5.10.8. This version adds the IsNewWindow property to open cross-document in new window and fixes some issues that occurred when encrypting PDF, converting XPS to PDF, getting PDF form and extracting PDF attachment. See the content below for more details.

New Features:

  • Adds the IsNewWindow property to open cross-document in new window.
  • //Open file in new window
    launchAction.IsNewWindow = true;
    //Open file in current window
    launchAction.IsNewWindow = false;
    

Bug Fixes:

  • Fixes the issue that the location of polygon annotation could not be obtained correctly.
  • Fixes the issue that incorrect content was caused after encrypting PDF document.
  • Fixes the issue that incorrect location was caused after inserting pages by index.
  • Fixes the issue that the text lost after converting XPS to PDF.
  • Fixes the issue that failed to find text.
  • Fixes the issue that the application threw the exception "No object reference was set to the object instance" when getting PDF form.
  • Fixes the issue that the application threw the exception "No object reference was set to the object instance" when extracting PDF attachment.

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