Spire.PDF 3.9.141 supports to convert specific PDF pages to SVG

Spire.PDF

We are pleased to announce a new hotfix version-Spire.PDF 3.9.141 today. In this version, we add new feature to convert specific PDF pages to SVG. We also focus on fixing the bugs especially for conversion feature from image to PDF, PDF to PDF/A. We also improve the operation of field the PDF. Viewing the following full description of its enhanced features:

New feature:

  • Supports to convert specific PDF pages to SVG.
//Summary:
//Saves PDF document to SVG.
//Parameters:
//filename:
//A relative or absolute path for the file
//startIndex:
//The start page index. The index starts at 0
//endIndex:
//The end page index.
//fileFormat:
//File format for the file

public void SaveToFile(string filename, int startIndex, int endIndex, FileFormat fileFormat);

Bug solutions:

  • Fixes the issue that caused the image profile lost when converting image to PDF.
  • Fixes the issue where all the radio buttons were in selected state when converting PDF to PDF/A.
  • Fixes the issue where some readers showed certain checkboxes to be unchecked except Chrome.
  • Resolves the issue where the Combobox field values were not displayed.
  • Fixes the issue where the icon on the ButtonField was improperly getting placed.
  • Fixes the issue where the images on the pdf file was improperly getting placed when printing the PDF.
  • Resolves the issue that caused the exception that page index was out of the range of the page in the document.

Get the most recent version of Spire.PDF 3.9.141 here:
More information of Spire.PDF new release or hotfix: