Spire.PDF 11.7.2 adds support for extracting custom PDF data
2025-07-09 08:20:48
We're pleased to announce the release of Spire.PDF 11.7.2. This version adds support for extracting custom data values from PDFs. Additionally, it includes multiple bug fixes that improve PDF conversion, rendering, form field flattening, printing, and exception handling. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-7505 Adds GetCustomApplicationData() to support extracting custom PDF data values. PdfDocument doc = new PdfDocument(inputFile); PdfApplicationData appplicationDataObject = doc.GetCustomApplicationData(); Dictionary<object, object> privateDataObject = appplicationDataObject.Private as Dictionary<object, object>; string privateData = privateDataObject["WinsertPrivateCatalogData"] as string; Bug SPIREPDF-5089 Optimizes the time consumption of converting PDF…
Spire.PDF 11.6.18 enhances PDF to image conversion accuracy
2025-06-30 06:27:11
We're pleased to announce the release of Spire.PDF 11.6.18. This version improves the accuracy and consistency of converting PDF files to images by fixing issues related to rendering and transparency. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6918SPIREPDF-6919 Fixed the issue of incorrect rendering when converting PDF to images. Bug SPIREPDF-7117 Fixed the inconsistency in transparency when converting PDF to images. Click the link to download Spire.PDF 11.6.18: 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 11.6.14 enhances the conversions from PDF to Excel, Images and Markdown
2025-06-23 06:46:56
We're pleased to announce the release of Spire.PDF 11.6.14. This version enhances the conversions from PDF to Excel/ Images/ Markdown, and also successfully fixes some known issues that occurred when setting fonts and rendering Arabic text. More details are listed below. Here is a list of all changes made in this release Category ID Description Bug SPIREPDF-4390SPIREPDF-4462 Fixes the issue that the Arabic text rendering effect was displayed incorrectly. Bug SPIREPDF-6586 Fixes the issue where the content was incorrect when converting PDF to Excel. Bug SPIREPDF-7177 Fixes the issue where the bold text styles were lost when converting PDF to…
Spire.PDF 11.6.0 enhances the conversion from PDF to images
2025-06-10 08:16:36
We're pleased to announce the release of Spire.PDF 11.6.0. This version successfully fixes some known issues that occurred when converting PDF to images, loading and previewing PDF files. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-7302 Fixes the issue that converting PDF to images produced incorrect results. Bug SPIREPDF-7491 Fixed the issue where the program threw an "ArgumentOutOfRangeException" error when loading a PDF file. Bug SPIREPDF-7525 Fixed the issue where the program threw a "NullReferenceException" when calling the PdfDocument.Preview() method. Click the link to download Spire.PDF 11.6.0: https://www.e-iceblue.com/Download/download-pdf-for-net-now.html…
Spire.PDF 11.5.5 enhances the conversion from PDF to XPS and PDFA3B
2025-05-28 01:55:20
We are delighted to announce the release of Spire.PDF 11.5.5. This version enhances the conversion from PDF to XPS and PDFA3B. Moreover, some known issues are fixed in this version, such as the issue that the program threw “Empty convert-string” error when saving PDF documents. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-7239 Fixes the issue that the characters of formulas were lost when converting PDF to XPS. Bug SPIREPDF-7437 Fixes the issue that the program threw “Empty convert-string” error when saving PDF documents. Bug SPIREPDF-7441 Fixes the…
Spire.PDF 11.4.10 supports printing using .NET Standard DLL
2025-04-30 09:12:59
We're pleased to announce the release of Spire.PDF 11.4.10. This version supports printing using .NET Standard DLL and retrieving PdfHideAction in buttons. Moreover, some known issues that occurred when converting PDF to images and saving 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-7372 Supports retrieving PdfHideAction in buttons. //Initialize an instance of the PdfDocument instance PdfDocument doc = new PdfDocument(); //Load a PDF document doc.LoadFromFile(inputFile); //Initialize an instance of the StringBuilder class StringBuilder sb = new StringBuilder(); //Get the form from…
Spire.PDF 11.3 enhances the conversion from PDF to PDF/A
2025-03-05 08:46:00
We are delighted to announce the release of Spire.PDF 11.3. The latest version enhances the conversion from PDF to PDF/A. Besides, some known bugs are fixed in this version, such as the issue that button field actions could not be obtained. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6717 Fixes the issue that removing the checkbox's background color and border did not take effect. Bug SPIREPDF-7348 Fixes the issue that standards validation failed when converting PDF to A1A and A1B. Bug SPIREPDF-7352 Fixes the issue that button field…
Spire.PDF 11.2.4 supports replacing text in specific areas using PdfTextReplacer
2025-02-13 09:11:04
We are excited to announce the release of Spire.PDF 11.2.4. This version supports replacing text in specific areas using PdfTextReplacer, retrieving bookmark information from Action links, and returning the count of replacements made by PdfTextReplacer.ReplaceAllText. It also enhances the conversion from PDF to HTML and images. Moreover, a lot of known issues are fixed successfully in this version, such as the issue that the PDF printing effect was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-7255 Supports replacing text in specific areas using PdfTextReplacer. PdfDocument pdf…