Spire.PDF 11.8.0 optimizes the time consumption for converting PDF to PDFA
2025-08-12 09:28:41
We’re pleased to announce the release of Spire.PDF 11.8.0. This version optimizes the time consumption for converting PDF to PDFA. Meanwhile, it fixes several issues related to PDF conversion, text extraction, and table content display. More details are listed below. Here is a list of changes made in this release Category ID Description Optimization SPIREPDF-7471 Optimizes the time consumption for converting PDF to PDFA. Adjustment — Upgrades some dependency versions in .NET Core 2.0 and .NET 6.0. Bug SPIREPDF-7454 Fixes the issue where content discrepancies occurred when converting PDF to TIFF images. Bug SPIREPDF-7515 Fixes the issue where text was…
Spire.PDF for Java 11.8.0 enhances SVG and HTML to PDF conversion
2025-08-12 07:15:59
We’re pleased to announce the release of Spire.PDF for Java 11.8.0. This version addresses several issues to improve the stability and correctness of PDF conversion processes, including fixing memory overflow, transparency loss, and output generation problems. More details are listed below. Here is a list of changes made in this release Bug SPIREPDF-7393 Fixes the memory overflow issue caused by circular use of PdfTextReplacer to replace text. Bug SPIREPDF-7535 Fixes the issue of lost transparency when converting SVG to PDF. Bug SPIREPDF-7613 Fixes the issue where the output document could not be generated when converting HTML to PDF. Click the…
Spire.PDF for C++ 11.8.1 enhances multi-product use compatibility
2025-08-11 10:25:45
We are delighted to announce the release of Spire.PDF for C++ 11.8.1. This version fixes compatibility issues when using multiple products together in specific scenarios. More details are listed below. Here is a list of changes made in this release Bug SPIREPDF-7643 Fixes compatibility issues when using multiple products together in specific scenarios. Click the link below to download Spire.PDF for C++ 11.8.1: https://www.e-iceblue.com/Download/pdf-for-cpp.html
Spire.XLS for C++ 15.8.1 fixes a compatibility issue
2025-08-11 10:18:29
We're pleased to announce the release of Spire.XLS for C++ 15.8.1. This release fixes the compatibility issues that occurred when using multiple products simultaneously in specific scenarios. Details are shown below. Here is a list of changes made in this release Bug SPIREPDF-7643 Fixed compatibility issues that occurred when using multiple products simultaneously in specific scenarios. Click the link below to download Spire.XLS for C++ 15.8.1: https://www.e-iceblue.com/Download/xls-for-cpp.html
Spire.Presentation for C++ 10.8.2 fixes the issue of compatibility problems
2025-08-11 10:11:51
We are delighted to announce the release of Spire.Presentation for C++ 10.8.2. The latest version fixes the issue of compatibility problems occurring when multiple products are used simultaneously in specific scenarios. More details are listed below. Here is a list of changes made in this release Bug SPIREPDF-7643 Fixes the issue of compatibility problems occurring when multiple products are used simultaneously in specific scenarios. Click the link below to download Spire.Presentation for C++ 10.8.2: https://www.e-iceblue.com/Download/presentation-for-cpp.html
Spire.Doc for C++ fixes a compatibility issue
2025-08-11 09:58:56
We’re pleased to announce the release of Spire.Doc for C++ 13.8.2. This update fixes the compatibility issue that occurred when using multiple Spire products simultaneously in specific scenarios. Here is a list of changes made in this release Bug SPIREPDF-7643 Fixes the issue where compatibility problems occurred when using multiple Spire products simultaneously in specific scenarios. Click the link below to download Spire.Doc for C++ 13.8.2: https://www.e-iceblue.com/Download/doc-for-cpp.html
Spire.Presentation for Java 10.8.0 enhances the conversion from PPTX to PDF
2025-08-08 09:53:09
We’re glad to announce the release of Spire.Presentation for Java 10.8.0. This version optimizes the memory usage and processing time when converting PPTX to PDF, while also fixing several known issues. More details are provided below. Here is a list of changes made in this release Optimization SPIREPPT-2896 Optimized memory usage and processing time when converting PPTX to PDF. Bug SPIREPPT-2877 Fixed the issue where adding a LaTeX formula resulted in incorrect rendering. Bug SPIREPPT-2890 Fixed the issue where adding a blank paragraph caused incorrect shape height. Bug SPIREPPT-2907 Fixed the issue where converting ODP to PDF caused the program…
Spire.Doc 13.8.1 supports comparing whether two list levels are consistent
2025-08-08 06:04:11
We're pleased to announce the release of Spire.Doc 13.8.1. This version supports comparing whether two list levels are consistent and setting or deleting the picture bullet. Besides, it has also made some adjustments to the properties and methods related to the lists in Word. More details are listed below. Here is a list of changes made in this release New feature - Added 'ListLevel.Equals' to compare whether two ListLevels are consistent. // Create a new Document object. Document document = new Document(); //Create list style 1 ListStyle listStyle_1 = document.Styles.Add(ListType.Bulleted, "bulletList"); ListLevelCollection Levels_1 = listStyle_1.ListRef.Levels; ListLevel L0 = Levels_1[0]; ListLevel…
