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…
Spire.Cloud 10.7.10 supports the "document protect" function for Excel documents
2025-08-01 08:40:21
We are excited to announce the release of Spire.Cloud 10.7.10. The latest version supports the "document protect" function for Excel documents. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Support the "document protect" function for Excel documents. Click the link below to download Spire.Cloud 10.7.10: https://www.e-iceblue.com/Download/cloud-office.html
Spire.Office 10.7.0 is released
2025-07-31 09:50:35
We are excited to announce the release of Spire.Office 10.7.0. In this version, Spire.Doc supports multiple new features, such as loading EPUB files for processing and creating combination charts; Spire.PDF supports extracting custom PDF data values and enhances the PDF-to-Excel conversion; Spire.XLS and Spire.Presentation support loading Markdown-format documents. 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.Email, Spire.DocViewer, Spire.PDFViewer, Spire.Spreadsheet, Spire.OfficeViewer, Spire.DataExport, Spire.Barcode are included. DLL Versions: Spire.Doc.dll v13.7.14 Spire.Pdf.dll v11.7.14 Spire.XLS.dll v15.7.8 Spire.Presentation.dll v10.7.7 Spire.Barcode.dll v7.3.7 Spire.Email.dll v6.6.3…
Spire.PDF for Android via Java 10.6.8 supports extracting text from PDF
2025-07-30 09:38:24
We’re excited to announce the release of Spire.PDF for Android via Java 10.6.8. This update supports extracting text from PDFs, finding and highlighting text, and finding and replacing text. Additionally, an issue related to PDF encryption has been fixed. More details are provided below. Here is a list of changes made in this release: Category ID Description Adjustment - Adjusted the license applying method to “com.spire.pdf.license.LicenseProvider.setLicenseKey("");”. New feature - Added support for 'text extraction' functionality using the 'PdfTextExtractor' class. for (PdfPageBase page : (Iterable<PdfPageBase>) doc.getPages()) { PdfTextExtractor textExtractor = new PdfTextExtractor(page); PdfTextExtractOptions option = new PdfTextExtractOptions(); buffer.append(textExtractor.extract(option)); } New feature…
