News Category

We're pleased to announce the release of Spire.PDF 10.4.7. This version supports retrieving the font formatting of found text, and adds a progress callback interface for saving documents. Moreover, the issues that occurred when converting, loading and saving PDF files have also been successfully fixed. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-2422SPIREPDF-6640 Supports retrieving the font formatting of found text.Note: Only supports retrieving bold, faux bold (font style set to fill and stroke), italic, and color; does not support retrieving underline. PdfDocument pdf = new PdfDocument();…
We are delighted to announce the release of Spire.PDF 10.4.2. This version enhances the conversion from PDF to OFD and OFD to PDF. Moreover, some known issues are fixed successfully in this version, such as the issue that text in vertically aligned format could not be highlighted. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-3181 Fixes the issue that text in vertically aligned format could not be highlighted. Bug SPIREPDF-6598 Fixes the issue that the program did not report an error when using the PdfDocument.LoadFromFile(string filename) method to…
We're pleased to announce the release of Spire.PDF 10.3.16. This version supports getting the font and font size of the found text, optimizes the effect of compressing PDFs, and also fixes some issues occurred when converting XPS to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5779 Supports getting the font and font size of the found text. PdfDocument pdf = new PdfDocument(); pdf.LoadFromFile("test.pdf"); PdfTextFindOptions findOptions = new PdfTextFindOptions(); findOptions.Parameter = TextFindParameter.IgnoreCase; foreach (PdfPageBase page in pdf.Pages) { PdfTextFinder finder = new PdfTextFinder(page); finder.Options = findOptions; List…
We are pleased to announce the release of Spire.PDF 10.3.7. This version optimizes the high memory consumption when converting multiple TIFF to PDF. In addition, some known issues are also fixed in this version, such as the issue that the program threw a "System.NullReferenceException" exception when printing PDF. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6423 Optimizes the high memory consumption when converting multiple TIFF to PDF. Bug SPIREPDF-6515 Fixes the issue that the application threw a "System.NullReferenceException" when printing PDF documents. Bug SPIREPDF-6516 Fixes the issue that…
We are delighted to announce the release of Spire.PDF 10.2.2. This version enhances the conversion from PDF to PDF/A, images, and OFD. Besides, some known issues are fixed successfully in this version, such as the issue that Find and Highlight text didn't work. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6427 SPIREPDF-6489 Fixes the issue that Find and Highlight text didn't work. Bug SPIREPDF-6456 Fixes the issue that Arabic fonts were lost after converting a PDF document to a PDFA document. Bug SPIREPDF-6493 Fixes the issue that the…
We are happy to announce the release of Spire.PDF 10.1.17. This version enhances the conversion from PDF to images and OFD as well as OFD and HTML to PDF. Moreover, some known issues are fixed in this version, such as the issue that content overlapped after replacing text. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6278 Fixes the issue that the result of drawing HTML text using PdfHTMLTextElement interface was incorrect. Bug SPIREPDF-6400 Fixes the issue that the program threw System.OutOfMemoryException when saving a document after adding a…
We are pleased to announce the release of Spire.PDF 10.1. This version enhances the conversion from PDF to images on the .NET Standard platform. In addition, some known issues have been fixed, such as the issue that the content was not displayed clearly when printing PDF. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6328 Fixes the issue that the content was not displayed clearly when printing PDF. Bug SPIREPDF-6414 Fixes the issue that the signature was damaged after reading a PDF containing a signature and saving it to…
We are pleased to announce the release of Spire.PDF 9.12. This version enhances the conversion from SVG and OFD to PDF. What's more, some other known issues are also fixed in this version, such as the issue that the text could not be extracted. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6041 Fixes the issue that the data on the second page and subsequent pages were lost after flattening PDF form fields. Bug SPIREPDF-6331 Fixes the issue that PDFs converted from SVG couldn't be opened with Adobe. Bug…
Page 1 of 6