Spire.PDF 10.6.7 supports converting PDF to Markdown
2024-06-13 09:02:35
We are delighted to announce the release of Spire.PDF 10.6.7. This version supports converting PDF documents to Markdown files. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports converting PDF documents to Markdown files. PdfDocument doc = new PdfDocument("input.pdf"); doc.SaveToFile("output.md", FileFormat.Markdown); Click the link to download Spire.PDF 10.6.7: https://www.e-iceblue.com/Download/download-pdf-for-net-now.html More information of Spire.PDF new release or hotfix: https://www.e-iceblue.com/forum/spire-pdf-new-release-or-hotfix-t4704.html
Spire.PDF 10.6.0 enhances the conversion from OFD to PDF and PDF to Excel
2024-06-04 08:15:20
We are glad to announce the release of Spire.PDF 10.6.0. This version enhances the conversion from OFD and HTML to PDF as well as PDF to Excel and images. Moreover, many known issues are fixed successfully in this version, such as the issue that the printing results of PDF files were incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6663 Fixes the issue that "System.ArgumentOutOfRangeException" was thrown when converting OFD to PDF. Bug SPIREPDF-6678 Fixes the issue that lines were lost after converting PDF to Excel. Bug SPIREPDF-6713…
Spire.PDF 10.5.5 enhances the conversion from PDF to SVG, XPS and images
2024-05-16 06:31:18
We are delighted to announce the release of Spire.PDF 10.5.5. This version enhances the conversion from PDF to XPS, SVG, PDFA3A, PowerPoint, OFD, and images as well as OFD to PDF. Besides, a number of known issues are fixed successfully in this version, such as the issue that the content was blurred when printing PDFs. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6045 Fixes the issue that the content was blurred when printing PDFs. Bug SPIREPDF-6529 Fixes the issue that the content was lost after replacing text. Bug…
Spire.PDF 10.4.7 supports retrieving the font formatting of found text
2024-04-24 07:15:15
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();…
Spire.PDF 10.4.2 enhances the conversion from PDF to OFD and OFD to PDF
2024-04-12 05:46:32
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…
Spire.PDF 10.3.16 supports getting the font and font size of the found text
2024-04-02 06:55:34
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…
Spire.PDF 10.3.7 optimizes the high memory consumption when converting multiple TIFF to PDF
2024-03-13 09:52:45
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…
Spire.PDF 10.2.2 enhances the conversion from PDF to PDF/A, images, and OFD
2024-02-02 08:59:45
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…