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 for Java 11.7.0 enhances the conversion from SVG to PDF
2025-07-09 07:05:39
We’re pleased to announce the release of Spire.PDF for Java 11.7.0. This version enhances the conversion result from SVG to PDF and resolves two additional issues. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-7513 Fixed the issue where text search was failing. Bug SPIREPDF-7532 Fixed the issue where the printed PDF content was scaled down when the system DPI was set to 150%. Bug SPIREPDF-7548 Fixed the issue where SVG-to-PDF conversion produced incorrect results. Click the link below to download Spire.PDF for Java 11.7.0: https://www.e-iceblue.com/Download/pdf-for-java.html
Spire.Presentation for Python 10.6.4 adds support for the Linux arm64 platform
2025-07-08 01:26:20
We're glad to announce the release of Spire.Presentation for Python 10.6.4. This version adds support for the Linux arm64 platform and a new feature to save shapes as SVG. What’s more, several issues that occurred when converting PowerPoint to images and loading files have been successfully fixed. Check below for the details. Here is a list of all changes made in this release. Category ID Description Adjustment - Upgrades the dependent SkiaSharp version to 3.116.1. New feature - Adds support for Linux arm64 platform. New feature SPIREPPT-2739 Supports saving shapes to SVG. presentation = Presentation() presentation.LoadFromFile(inputFile) m=0 for i in…
Spire.Office for Java 10.6.0 is released
2025-07-01 02:50:16
We are excited to announce the release of Spire.Office for Java 10.6.0. In this version, Spire.Doc for Java adds support for reading and setting chart formats; Spire.XLS for Java supports using font streams when applying custom fonts; and Spire.Presentation for Java enables copying formulas within paragraphs. In addition, many known issues have been successfully resolved. More details are provided below. Click the link to download Spire.Office for Java 10.6.0: https://www.e-iceblue.com/Download/office-for-java.html Here is a list of changes made in this release Spire.Doc for Java Category ID Description New feature - Supports getting and setting chart formats, including chart titles, data labels,…
Spire.Presentation for Java 10.6.2 supports copying formulas within paragraphs
2025-07-01 02:26:05
We are excited to announce the release of Spire.Presentation for Java 10.6.2. The latest version supports copying formulas within paragraphs. Besides, some known bugs are fixed successfully in the new version, such as the issue that the program threw an "Unknown file format" error when converting ODP to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2856 Supports copying formulas within paragraphs. Presentation sourcePpt = new Presentation(); sourcePpt.loadFromFile("data1.pptx"); Presentation targetPpt = new Presentation(); targetPpt.loadFromFile("data2.pptx"); copyNotes(sourcePpt.getSlides().get(0),targetPpt.getSlides().get(0)); targetPpt.saveToFile("out.pptx", com.spire.presentation.FileFormat.PPTX_2013); public static void copyNotes(ISlide sourceSlide, ISlide targetSlide) throws DocumentEditException {…
Spire.Office 10.6.0 is released
2025-07-01 02:05:05
We’re pleased to announce the release of Spire.Office for .NET 10.6.0. This version introduces three new features, for example, Spire.Doc supports setting rounded corners on rectangle shapes; Spire.XLS supports the SHEETS() function. Meanwhile, a large number of known bugs have been successfully fixed. More details are given below. In this version, the most recent versions of Spire.Doc, Spire.PDF, Spire.XLS, Spire.Presentation, Spire.Email, Spire.DocViewer, Spire.PDFViewer, Spire.Spreadsheet, Spire.OfficeViewer, Spire.DataExport, Spire.Barcode are included. DLL Versions: Spire.Doc.dll v13.6.14 Spire.Pdf.dll v11.6.18 Spire.XLS.dll v15.6.6 Spire.Presentation.dll v10.6.4 Spire.Barcode.dll v7.3.7 Spire.Email.dll v6.6.3 Spire.DocViewer.Forms.dll v8.9.1 Spire.PdfViewer.Asp.dll v8.1.3 Spire.PdfViewer.Forms.dll v8.1.3 Spire.Spreadsheet.dll v7.5.2 Spire.OfficeViewer.Forms.dll v8.8.0 Spire.DataExport.dll v4.9.0 Spire.DataExport.ResourceMgr.dll v2.1.0 Click the link…
Spire.Doc 13.6.14 supports setting rounded corners on rectangle shapes
2025-06-30 09:39:20
We're pleased to announce the release of Spire.Doc 13.6.14. This version adds support for setting rounded corners on rectangle shapes, and retrieving move revisions. What’s more, it also fixes several known issues, such as the paragraph text content retrieved was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-11102 Supports setting rounded corners on rectangle shapes. if (Cobj is ShapeObject) { ShapeObject shape = (ShapeObject)Cobj; if (shape.ShapeType == ShapeType.RoundRectangle) { double cornerRadius = shape.AdjustHandles.GetRoundRectangleCornerRadius(); shape.AdjustHandles.AdjustRoundRectangle(20); } } New feature SPIREDOC-11335 Supports retrieving move revisions. DifferRevisions differRevisions =…
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
