Spire.Office for Java 10.2.0 is released
2025-02-28 08:27:37
We are excited to announce the release of Spire.Office for Java 10.2.0. In this version, Spire.Doc for Java optimizes the performance of the comparison feature; Spire.XLS for Java enhances conversions from Excel to images and PDF; Spire.Presentation for Java enhances the conversion from PowerPoint to images; Spire.PDF for Java supports extracting video and audio content from PDF documents. Besides, a lot of known issues are fixed successfully in this version. More details are listed below. Click the link to download Spire.Office for Java 10.2.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…
Spire.PDF for Java 11.2.3 supports extracting video and audio content from PDF documents
2025-02-28 08:12:23
We are excited to announce the release of Spire.PDF for Java 11.2.3. This version supports extracting video and audio content from PDF documents. It also enhances the conversion from PDF to OFD. What’s more, some known issues are fixed successfully in this version, such as the issue that the content overlapped when drawing grid table text. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-7349 Supports extracting video and audio content from PDF documents. PdfDocument pdf = new PdfDocument(); pdf.loadFromFile(inputFile); FileOutputStream outputFileStream =null; for (int i = 0;…
Spire.Doc for Java 13.2.1 optimizes the performance of the comparison feature
2025-02-24 05:31:15
We're pleased to announce the release of Spire.Doc for Java 13.2.1. This version optimizes the performance of the comparison feature and also fixes some issues that occurred when converting Word to PDF, counting words and loading files. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-11067 Fixes the issue that the program threw the "NullPointerException" when adding HTML content to a StructureDocumentTag. Bug SPIREDOC-11074 Fixes the issue that extra square boxes appeared in bulleted lists when converting Word to PDF. Bug SPIREDOC-11080 Fixes the issue that the program threw…
Spire.XLS 15.2.3 supports preserving the original format in the ExportDataTable() function
2025-02-20 08:20:46
We are pleased to announce the release of Spire.XLS 15.2.3. The latest version supports preserving the original format in the ExportDataTable() function. Moreover, several known bugs are fixed successfully in this update, such as the issue that Japanese characters were converted to English characters after updating the pivot table. More details are shown below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-568 Supports preserving the original format in the ExportDataTable() function. ExportTableOptions op = new ExportTableOptions(); op.ExportColumnNames = true; op.KeepDataType = true; var r = sheet.Range["A1:M7"]; New feature SPIREXLS-5539 Supports the MUNIT…
Spire.Presentation for Java 10.2.2 enhances the conversion from PowerPoint to images
2025-02-19 07:20:49
We are delighted to announce the release of Spire.Presentation for Java 10.2.2. This version enhances the conversion from PowerPoint documents to images. Moreover, some known issues are fixed successfully in this version, such as the issue that it threw "Value cannot be null" when saving a PowerPoint document. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2669 Fixes the issue that the shadow effect of text was lost when converting PowerPoint to images. Bug SPIREPPT-2717 Optimizes the function of adding annotations for specific text. Bug SPIREPPT-2718 Fixes the issue…
Spire.Doc 13.2.3 optimizes the time and resource consumption when converting Word to PDF
2025-02-19 03:12:50
We're pleased to announce the release of Spire.Doc 13.2.3. This version optimizes the time and resource consumption when converting Word to PDF, and also adds new interfaces for reading and writing chart titles, data labels, axis, legends, data tables and other chart attributes. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Adds new interfaces for reading and writing chart titles, chart data labels, chart axis, chart legends, chart data tables and other attributes. ChartTitle.Text property: Sets the chart title text. ChartDataLabel.ShowValue property: Sets whether the data label…
Spire.XLS for Java 15.2.1 enhances conversions from Excel to images and PDF
2025-02-18 08:58:29
We are excited to announce the release of the Spire.XLS for Java 15.2.1. The latest version enhances conversions from Excel to images and PDF. Besides, this update fixes the issue that the program threw a "NullPointerException" when loading an XLSX document. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-5575 Fixes the issue that the program threw a "NullPointerException" when loading an XLSX document. Bug SPIREXLS-5668 Fixes the issue that incorrect colors existed when converting Excel to images. Bug SPIREXLS-5685 Fixes the issue that incomplete content displayed when converting…
Spire.PDF 11.2.4 supports replacing text in specific areas using PdfTextReplacer
2025-02-13 09:11:04
We are excited to announce the release of Spire.PDF 11.2.4. This version supports replacing text in specific areas using PdfTextReplacer, retrieving bookmark information from Action links, and returning the count of replacements made by PdfTextReplacer.ReplaceAllText. It also enhances the conversion from PDF to HTML and images. Moreover, a lot of known issues are fixed successfully in this version, such as the issue that the PDF printing effect was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-7255 Supports replacing text in specific areas using PdfTextReplacer. PdfDocument pdf…
