News Category

Spire.PDF 9.6.0 supports converting multi-page PDFs to single SVG files

2023-06-05 02:10:10

We are excited to announce the release of Spire.PDF 9.6.0. This version supports converting multi-page PDF documents to single SVG files. It also enhances the conversion from PDF to Word, Excel, as well as PowerPoint and OFD to PDF. Besides, some known issues are fixed in this version, such as the issue that it failed to find text. More details are listed below.

Here is a list of changes made in this release

Category ID Description
New feature SPIREPDF-5977 Supports converting multi-page PDF documents to single SVG files.
// load file
PdfDocument pdfDocument = new PdfDocument();
pdfDocument.LoadFromFile("input.pdf");
// convert multi-page PDF documents to a single SVG file 
pdfDocument.ConvertOptions.OutputToOneSvg = true;
// save file
pdfDocument.SaveToFile("outpit.svg",FileFormat.SVG);
pdfDocument.Close();
Bug SPIREPDF-1786 Fixes the issue that PDF documents had different numbers of pages but same sizes.
Bug SPIREPDF-5782 Fixes the issue that it failed to find text.
Bug SPIREPDF-5783 Fixes the issue that drawing text with rotation angle did not work.
Bug SPIREPDF-5901
SPIREPDF-5985
Fixes the issue that the program threw exceptions when converting OFD to PDF.
Bug SPIREPDF-5967 Fixes the issue that spaces between words were lost after converting PDF to PowerPoint.
Bug SPIREPDF-5992 Fixes the issue that the content was inconsistent after converting PDF to PowerPoint.
Bug SPIREPDF-6000 Fixes the issue that some extracted contents were incorrect after extracting table contents.
Bug SPIREPDF-6004 Fixes the issue that the program threw "System.IndexOutOfRangeException" exception when using regular expressions to match text.
Bug SPIREPDF-6006 Fixes the issue that the cell formatting was incorrect after converting PDF to Excel.
Bug SPIREPDF-5943 Optimizes the time required to convert PDF to Word in Linux environment.
Click the link to download Spire.PDF 9.6.0:
More information of Spire.PDF new release or hotfix: