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…
Spire.Office for Java 10.7.0 is released
2025-07-30 09:30:49
We're pleased to announce the release of Spire.Office for Java 10.7.0. In this version, the Spire.Doc for Java supports the "Two Lines in One" function. Spire.XLS for Java supports Array data binding in MarkerDesigner. Spire.PDF for Java supports converting PDF to Markdown. Spire.OCR for Java supports automatically rotating images. In addition, many known issues that occurred when converting and processing Word/ Excel/ PDF/PowerPoint files have been successfully fixed. More details are listed below. Click the link to download Spire.Office for Java 10.7.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 New…
Spire.Doc for Java 13.7.6 supports the "Two Lines in One" function
2025-07-30 06:54:49
We’re pleased to announce the release of Spire.Doc for Java 13.7.6. The latest version supports the "Two Lines in One" function, which enhances the conversion from Word to PDF. Furthermore, some known bugs are fixed successfully in the new version, such as the issue where accepting revisions did not affect the content in content controls. More details are listed below. Here is a list of changes made in this release New feature SPIREDOC-11113 SPIREDOC-11320 SPIREDOC-11338 Supports the "Two Lines in One" function. Bug SPIREDOC-11276 Fixes the issue where accepting revisions did not affect the content in content controls. Bug SPIREDOC-11314…
Spire.OCR 2.1.6 supports Linux-ARM and text coordinate extraction
2025-07-29 05:50:14
We’re excited to announce the release of Spire.OCR 2.1.6. This version adds support for the Linux-ARM platform, enables control over image rotation and text output positioning, and supports extracting text coordinates. It also upgrades the SkiaSharp dependency and fixes issues related to text recognition accuracy and language model configuration. More details are as follows: Here is a list of changes made in this release Category ID Description New feature — Supports the Linux-ARM platform. New feature — Upgrades the dependent SkiaSharp version to 3.116.1 (requires Ubuntu 20.04, CentOS 9 or later). New feature SPIREOCR-5 SPIREOCR-10 SPIREOCR-32 SPIREOCR-42 SPIREOCR-51 SPIREOCR-88 Supports…
