Spire.Presentation for Java 11.11.1 supports reading customer data from shapes
2026-01-12 10:07:32
We’re excited to announce the release of Spire.Presentation for Java 11.11.1. This version introduces new features, including reading customer data from shapes and setting audio fade-in and fade-out durations. Additionally, it addresses two known bugs. More details are below. Here is a list of changes made in this release Category ID Description New feature - Added support for reading customer data from shapes. Presentation ppt = new Presentation(); ppt.loadFromFile(inputFile); List dataList = ppt.getSlides().get(0).getShapes().get(0).getCustomerDataList(); System.out.println(dataList.size()); for(int i = 0; i < dataList.size(); i++) { String name = dataList.get(i).getName(); String content = dataList.get(i).getXML(); } New feature - Added support for setting audio…
Spire.Doc for Python 14.1.0 adds new interfaces for managing table styles
2026-01-09 09:16:10
We're pleased to announce the release of Spire.Doc for Python 14.1.0. This version adds new interfaces for managing and removing table styles. Additionally, it resolves an issue where enabling track changes and replacing text produced incorrect results. More details are listed below. Here is a list of changes made in this release Category ID Description Optimization - Chart namespace updated: // Old import (deprecated): from spire.doc.charts import ChartType // New import (use this): from spire.doc.charts.ChartType import ChartType New feature - The Bookmark class now includes FirstColumn and LastColumn properties to retrieve the starting and ending column indices of a bookmark…
Spire.PDF 12.1.0 enhances the conversion from PDF to Word
2026-01-09 08:13:07
We're pleased to announce the release of Spire.PDF 12.1.0. This version enhances the conversion from PDF to Word. Meanwhile, some issues that occurred when converting PDF to PDF/A-3B, converting HTML to PDF, and obtaining font properties of text box fields have also been successfully fixed. Furthermore, the efficiency of timestamp requests has been optimized. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-7867 Fixes the issue where rendering effects were incorrect when converting PDF to Word. Bug SPIREPDF-7097 Fixes the issue where content copied from the result document was…
Spire.Doc 14.1.3 enhances Word-to-PDF conversion functionality
2026-01-09 08:02:05
We are pleased to announce the release of Spire.Doc 14.1.3. This version fixed several issues that caused the program to hang for an extended period of time during document layout processing and Word-to-PDF conversion. In addition, issues related to list numbering retrieval and incorrect content conversion were resolved. Details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-10843 Fixed the issue where the program hung for a long time when using new FixedLayoutDocument(document). Bug SPIREDOC-11532 Fixed the issue where the program hung for a long time when converting Word documents to…
Spire.Presentation for Python 11.1.0 enhances the conversion from PPTX to PDF
2026-01-08 08:02:09
We’re pleased to announce the release of Spire.Presentation for Python 11.1.0, which improves the conversion process from PPTX to PDF. This update addresses two specific PPTX to PDF issues and resolves two additional known bugs. More details are as follows. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2859SPIREPPT-3052 Fixed the issue where "ffi_prep_cif_var failed" error was thrown when using Python V12+ on macOS. Bug SPIREPPT-3028 Fixed the issue where incorrect SVG effects occurred when importing using AddFromSVGAsShapes. Bug SPIREPPT-3046SPIREPPT-3053 Fixed the issue where inconsistent chart content was found when converting PPTX to PDF.…
Spire.Doc for Java 14.1.0 supports creating, retrieving, and deleting picture bullets
2026-01-08 03:55:39
We're pleased to announce the release of Spire.Doc for Java 14.1.0. This version optimizes methods related to list styles, supports creating/retrieving/deleting picture bullets, comparing two ListLevel objects, and creating single-level as well as multi-level lists from built-in templates. Additionally, several issues that occurred when converting Word to PDF and MHT to PDF have also been successfully fixed. More details are listed below. Here is a list of changes made in this release Category ID Description Optimization - Deprecated the Document.getListStyles() property, replaced it with Document.getListReferences(). Optimization - Removed the public constructors of ListStyle. Added StyleCollection.add(ListType listType, string name) to create…
Spire.Office 10.12.0 is released
2025-12-31 07:29:23
We’re pleased to announce the release of Spire.Office 10.12.0. In this version, Spire.Doc supports the "Two Lines in One" function to enhance Word to PDF conversion; Spire.XLS supports customizing export options when converting Excel to Markdown; Spire.Presentation supports compressing images; Spire.PDF supports both horizontal and vertical text alignment. Meanwhile, a series of known issues have been fixed in this update. More details are as follows. In this version, the most recent versions of Spire.Doc, Spire.PDF, Spire.XLS, Spire.Presentation, Spire.Barcode, Spire.DocViewer, Spire.PDFViewer, and Spire.Email are included. DLL Versions: Spire.Doc.dll v13.12.6 Spire.PDF.dll v11.12.7 Spire.XLS.dll v15.12.2 Spire.Presentation.dll v10.12.3 Spire.Barcode.dll v7.5.0 Spire.Email.dll v6.8.0 Spire.DocViewer.Forms.dll v8.9.5…
Spire.PDF for Android via Java 10.7.9 supports converting PDF to Markdown
2025-12-30 09:24:21
We're glad to announce the release of Spire.PDF for Android via Java 10.7.9. This version adds support for converting PDF to Markdown. Details are listed below. Here is a list of changes made in this release Category ID Description New feature - Adds support for converting PDF to Markdown. PdfDocument pdf = new PdfDocument(inputFile); pdf.saveToFile(OutputFile, FileFormat.Markdown); PdfDocument pdf = new PdfDocument(); pdf.loadFromFile(inputFile); ByteArrayOutputStream ms = new ByteArrayOutputStream(); pdf.saveToStream(ms, FileFormat.Markdown); FileOutputStream outputStream = new FileOutputStream(new File(OutputFile)); outputStream.write(ms.toByteArray()); outputStream.close(); pdf.dispose(); Click the link below to download Spire.PDF for Android via Java 10.7.9: https://www.e-iceblue.com/Download/pdf-for-android-via-java.html
