Spire.PDF for Python 11.9.0 supports adding tables to PDF
2025-09-05 07:59:16
We're pleased to announce the release of Spire.PDF for Python 11.9.0. This version supports adding tables to PDF and adding annotations to multi-line text. Besides, an issue that occurred in the HTML files generated from PDFs has also been fixed. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-7343 Supports adding tables in PDF. pdf = PdfDocument() page = pdf.Pages.Add(PdfPageSize.A3()) pen = PdfPen(PdfRGBColor(Color.get_Black()), 0.1) #Set line border location and size x = 5.0 y = 5.0 width = page.Size.Width - (x * 2) height = page.Size.Height - (y…
Spire.Office 10.8.0 is released
2025-09-01 06:28:52
We are excited to announce the release of Spire.Office 10.8.0. In this version, Spire.Doc supports comparing whether two list levels are consistent; Spire.Presentation enhances the conversion from PPTX to PDF; Spire.PDF supports setting the dimensions of SVG converted from PDF. Besides, a lot of known issues are fixed successfully in this version. More details are listed below. In this version, the most recent versions of Spire.Doc, Spire.PDF, Spire.XLS, Spire.Presentation, Spire.Barcode, Spire.Email, Spire.DocViewer, Spire.PDFViewer, Spire.OfficeViewer and Spire.DataExport are included. DLL Versions: Spire.Doc.dll v13.8.1 Spire.PDF.dll v11.8.7 Spire.XLS.dll v15.8.3 Spire.Presentation.dll v10.8.2 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.8 Spire.PDFViewer.Forms.dll v8.1.8 Spire.Spreadsheet.dll v7.5.2…
Spire.Office for Java 10.8.0 is released
2025-08-29 10:57:58
We’re pleased to announce the release of Spire.Office for Java 10.8.0. This version mainly fixed many known issues that occurred when converting or processing Word, Excel, PowerPoint, and PDF files. For example, Spire.Doc for Java fixed the issue where updating TOC fields failed; Spire.PDF for Java fixed a memory overflow occurred when repeatedly using PdfTextReplacer. More details are listed below. Click the link to download Spire.Office for Java 10.8.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 Bug SPIREDOC-10205 Fixed the issue where the minus sign in formulas appeared as a…
Spire.Doc for Java 13.8.7 enhances the conversion from Word to PDF and HTML to Word
2025-08-29 09:45:15
We're pleased to announce the release of Spire.Doc for Java 13.8.7. This version focuses on improving stability by fixing various issues, including Word-to-PDF conversion errors, revision tracking problems, and document loading exceptions. See the details below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-10205 Fixes the issue where the minus sign in formulas appeared as a square box when converting Word to PDF. Bug SPIREDOC-10730 Fixes the issue where updating TOC (Table of Contents) fields failed. Bug SPIREDOC-11196 Fixes the issue where certain characters became garbled when converting Word to PDF. Bug SPIREDOC-11372…
Spire.PDF 11.8.7 supports setting the dimensions of SVG converted from PDF
2025-08-29 05:40:10
We’re pleased to announce the release of Spire.PDF for .NET 11.8.7. This version supports setting the width and height of the SVG files converted from PDFs. Meanwhile, it fixes several bugs related to file format conversion and text replacement. More details are given below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-7649 Supports setting the width and height of SVG files when converting PDF to SVG. PdfToSvgConverter converter = new PdfToSvgConverter(inputFile); converter.SvgOptions.ScaleX = (float)0.5; converter.SvgOptions.ScaleY = (float)0.5; converter.Convert(outputFile); Bug SPIREPDF-5710 Fixed an issue where text direction was incorrectly reversed when adding EMF…
Spire.Presentation for Python 10.8.1 enhances the conversion from PPTX to images
2025-08-29 03:21:41
We're glad to announce the release of Spire.Presentation for Python 10.8.1. This version fixes several issues that occurred when converting PPTX to images and adding SVG files. Check below for the details. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2937 Fixed an issue where the program throws an exception when adding SVG files. Bug SPIREPPT-2941 Fixed an issue where titles are missing when converting PPTX to images. Bug SPIREPPT-2942 Fixed an issue where the background color turns black when converting PPTX to images. Bug SPIREPPT-2943 Fixed an issue where shadow colors are incorrect…
Spire.XLS 15.8.3 supports FORMULATEXT and PDURATION functions
2025-08-26 06:18:45
We're pleased to announce the release of Spire.XLS 15.8.3. This version adds support for the FORMULATEXT and PDURATION functions. Meanwhile, several issues that occurred when converting Excel to PDF or images, saving workbooks, handling PivotTables, and preserving cell styles 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 SPIREXLS-5800 Supports the FORMULATEXT function. sheet.Range["D2"].Formula = "=FORMULATEXT(B2)"; New feature SPIREXLS-5895 Supports the PDURATION function. sheet.Range["B2"].Formula = "=PDURATION(2.5%,2000,2200)"; Bug SPIREXLS-5878 Fixed an issue where text line breaks were incorrect when converting Excel to PDF. Bug SPIREXLS-5884…
Spire.XLS for Java 15.8.3 supports converting Excel to HTML while preserving comments
2025-08-22 10:18:07
We're pleased to announce the release of Spire.XLS for Java 15.8.3. This version adds support for converting Excel files to HTML while preserving comments. Additionally, it includes several bug fixes related to Excel-to-PDF conversion, column widths, and HTML conversion. See the details below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5879 Supports converting Excel to HTML while preserving comments. HTMLOptions options = new HTMLOptions(); options.isSaveComment(true); Bug SPIREXLS-5820 Fixes incorrect checkboxes when converting Excel to PDF. Bug SPIREXLS-5887 Fixes the issue where non-compliant defaultColWidthPt attribute was added when saving Excel documents according to…
