We are excited to announce the release of Spire.PDF 10.7.12. This version supports preserving XMP data when converting PDF to PDFA. Besides, some known issues are fixed successfully in this version, such as the issue that verification of signature validity was inaccurate. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5742 Adds the PreserveAllowedMetadata property to support preserving XMP data when converting PDF to PDFA format documents. PdfStandardsConverter converter = new PdfStandardsConverter(stream); converter.Options.PreserveAllowedMetadata = true; Bug SPIREPDF-6832 Fixes the issue that verification of signature validity was inaccurate. Bug…
We are glad to announce the release of Spire.PDF 10.6.25. This version enhances the conversion from PDF to OFD and PDFA1A as well as XPS to PDF. Besides, some known issues are fixed successfully in this version, such as the issue that the signature validation was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6721 Fixes the issue that the results of extracting images from PDF were incorrect. Bug SPIREPDF-6775 Fixes the issue that the effect of setting "PdfButtonWidgetFieldWidget.SetButtonImage()" was incorrect. Bug SPIREPDF-6791 Fixes the issue that the…
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
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…
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…
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…
Page 1 of 7