Spire.PDF for Python 11.9.2 fixes the issue where the font was incorrect when replacing English text with Chinese text
2025-09-23 08:05:49
We're pleased to announce the release of Spire.PDF for Python 11.9.2. This version focuses on improving text replacement and document processing by fixing issues related to font rendering and content loss after flattening. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6603 Fixed the issue where the font was incorrect when replacing English text with Chinese text. Bug SPIREPDF-6829 Fixed the issue of content loss after flattening the document. Click the link to download Spire.PDF for Python 11.9.2: https://www.e-iceblue.com/Download/Spire-PDF-Python.html
Spire.Presentation 10.9.1 fixes the issue of creating an extra slide when inserting SVG into Shape
2025-09-23 07:22:13
We’re pleased to announce the release of Spire.Presentation 10.9.1. In this version, an issue has been fixed where a new slide was accidentally created when inserting an SVG into a specified shape in a multi-page PowerPoint presentation. Please see the details below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2976 Fixes the issue of accidentally creating a new slide when inserting an SVG into a specified shape in a multi-page PowerPoint presentation. Click the link below to download Spire.Presentation 10.9.1: https://www.e-iceblue.com/Download/download-presentation-for-net-now.html More information of Spire.Presentation new release or hotfix: https://www.e-iceblue.com/forum/spire-presentation-new-release-or-hotfix-t4736.html
Spire.Barcode 7.4.1 fixes a font issue
2025-09-22 05:42:05
We’re glad to announce the release of Spire.Barcode 7.4.1. This version fixes the font issue occurred when creating barcodes, and adjusts the dependencies as well. More details are list below. Here is a list of changes made in this release Category ID Description Adjustment - Removed the“System.Security.Cryptography.Pkcs”, “System.Security.Permissions”, and “System.Security.Cryptography.Xml” dependencies on .NET Core and .NET Standard platforms. Bug SPIREBARCODE-285 Fixed the issue where specific fonts could not be recognized when creating barcodes. Click the link below to download Spire.Barcode 7.4.1: https://www.e-iceblue.com/Download/download-barcode-for-net.html More information of Spire.Barcode new release or hotfix: https://www.e-iceblue.com/forum/spire-barcode-f13.html
Spire.Presentation for Java 10.9.3 adds a new method to quickly retrieve the number of slides
2025-09-18 07:42:09
We are pleased to announce the release of Spire.Presentation for Java 10.9.3. This version adds a new method to quickly retrieve the number of slides, and also fixes several issues that occurred when converting slides to images. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2978 Adds the getSlidesCount() method to quickly retrieve the number of slides without fully parsing the entire document. // Stream approach: InputStream stream = new FileInputStream(inputFile); int count = Presentation.getSlidesCount(stream); // File path approach: int count = Presentation.getSlidesCount(inputFile); Bug SPIREPPT-2908 SPIREPPT-2913 Fixed an…
Spire.PDF 11.9.8 adds SaveAsImage method in NETStandard DLL to customize image DPI when converting PDF to images
2025-09-18 06:21:09
We're pleased to announce the release of Spire.PDF 11.9.8. This version adds the SaveAsImage method in the NETStandard DLL to support customizing image DPI when converting PDF to images, and introduces the Collate property to set the print order for multiple copies. Meanwhile, some issues that occurred in PDF conversion, font embedding, and annotation rendering 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-7617 Adds the SaveAsImage(int pageIndex, int dpiX, int dpiY) method in the NETStandard DLL to support customizing image DPI when…
Spire.Presentation for JavaScript 10.9.0 updates the Skiasharp dependency
2025-09-12 08:26:37
We're excited to announce the release of Spire.Presentation for JavaScript 10.9.0. This version primarily updates the Skiasharp dependency to 3.116.1. Here is a list of changes made in this release Category ID Description Adjustment - Updated the Skiasharp dependency to 3.116.1. Click the link below to download Spire.Presentation for JavaScript 10.9.0: https://www.e-iceblue.com/Download/Spire-Presentation-JavaScript.html
Spire.PDF for C++ 11.9.1 enhances the conversion from PDF to PDF/A-3a
2025-09-11 10:04:32
We're pleased to announce the release of Spire.PDF for C++ 11.9.1. This release fixes several issues that occurred when converting PDF to PDF/A-3a, extracting text, and compressing PDF documents. Details are shown below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6110 Fixed an issue where an exception was thrown when extracting text from split PDF pages. Bug SPIREPDF-6267 SPIREPDF-6269 Fixes compatibility issues when using multiple products together in specific scenarios. Bug SPIREPDF-6768 Fixed an issue where the output was blank after converting EMF to PDF. Bug SPIREPDF-6869 Fixed an issue where standard compliance…
Spire.XLS for Java 15.9.1 enhances the conversion from Excel to HTML
2025-09-11 09:52:51
We're pleased to announce the release of Spire.XLS for Java 15.9.1. This version enhances the conversion from Excel to HTML. Besides, some known bugs are fixed in the new version, such as the issue where an "IllegalStateException" exception was thrown when saving an XLSB file. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-5927 Fixed an issue causing extra content and missing blank lines when converting Excel to HTML. Bug SPIREXLS-5942 Fixed an issue where an "IllegalStateException" exception was thrown when saving an XLSB file. Bug SPIREXLS-5944 Fixed an…
