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…
Spire.Presentation 10.8.2 enhances the conversion from PPTX to PDF
2025-08-22 07:44:58
We’re pleased to announce the release of Spire.Presentation for .NET 10.8.2. This version updates the dependencies of .NET 6.0 and .NET Core 2.0, and fixes a number of issues that occurred when converting PPTX to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description Update - .NET Core 2.0 Microsoft.Win32.Registry >= 4.5.0 System.Drawing.Common >= 4.7.2 System.Security.Permissions >= 4.7.0 System.Text.Encoding.CodePages >= 4.5.0 System.Security.Cryptography.Pkcs >= 4.7.0 System.Security.Cryptography.Xml >=4.7.1 HarfBuzzSharp >=8.3.0.1 Update - .NET 6.0 Microsoft.Win32.Registry >= 5.0.0 System.Drawing.Common >= 6.0.0 System.Security.Permissions >= 6.0.0 System.Text.Encoding.CodePages >= 6.0.0 System.Security.Cryptography.Pkcs >= 6.0.5 System.Security.Cryptography.Xml >= 6.0.2…
Spire.PDF for Java 11.8.3 enhances the conversion from SVG to PDF
2025-08-21 07:48:35
We're pleased to announce the release of Spire.PDF for Java 11.8.3. This version fixes an issue that occurred when converting SVG to PDF, and also reduces the memory consumption during PDF to OFD conversion. More details are listed below. Here is a list of changes made in this release Category ID Description Optimization SPIREPDF-6325 Optimized memory consumption when converting PDF to OFD. Bug SPIREPDF-7445 Fixed the issue that full-width English symbols and letters were garbled when converting SVG to PDF. Click the link below to download Spire.PDF for Java 11.8.3: https://www.e-iceblue.com/Download/pdf-for-java.html
Spire.Doc for Python 13.8.0 supports setting chart axis intervals
2025-08-14 09:25:07
We're pleased to announce the release of Spire.Doc for Python 13.8.0. This version adds support for setting chart axis intervals. Meanwhile, several issues related to text box counting, formula display, document comparison, custom properties, and content formatting 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 SPIREDOC-11307 Supports setting chart axis intervals. chart.AxisX.Units.Major = 5 chart.AxisX.Units.MajorTimeUnit= AxisTimeUnit.Days chart.AxisX.Units.BaseTimeUnit= AxisTimeUnit.Days New feature SPIREDOC-11211 Synchronizes the setDefaultSubstitutionFontName method to support setting the default substitution font. doc.DefaultSubstitutionFontName = "SimSun"; Bug SPIREDOC-10473 Fixes the issue where the count…
