We are excited to announce the release of Spire.Office 10.2.0. In this version, Spire.Doc adds numerous APIs for customizing charts; Spire.PDF supports to replace text in the specified area using the PdfTextReplacer class; Spire.XLS supports functions such as MUNIT, FLOOR.PRECISE, and CSC; Spire.Presentation supports to save images in the master slide as SVG. Meanwhile, a large number of known bugs have been fixed. In this version, the most recent versions of the DLLs are included. DLL Versions: Spire.Doc.dll v13.2.3 Spire.Pdf.dll v11.2.4 Spire.XLS.dll v15.2.6 Spire.Presentation.dll v10.2.1 Spire.Barcode.dll v7.3.5 Spire.Email.dll v6.6.0 Spire.DocViewer.Forms.dll v8.8.3 Spire.PdfViewer.Asp.dll v7.12.23 Spire.PdfViewer.Forms.dll v7.12.23 Spire.Spreadsheet.dll v7.5.2 Spire.OfficeViewer.Forms.dll v8.7.15 Spire.DataExport.dll…
We are delighted to announce the release of Spire.Presentation 10.3. This version supports saving images in master slides as SVG. It also enhances the conversion from shapes to SVG. Moreover, some known issues are fixed successfully in this version, such as the issue that the links to shapes and images in PowerPoint documents could not be obtained. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2724 Supports saving images in master slides as SVG. Presentation ppt = new Presentation(); ppt.LoadFromFile(inputFile); int num = 1; IMasterSlide masterSlide = ppt.Masters[0];…
We're pleased to announce the release of Spire.XLS 15.3. This version supports creating slicer using table data, modifying slicer, retrieving slicer information and removing slicer. Besides, it also fixes an issue that the slicers were lost when converting Excel to PDF. More details are shown below. Here is a list of changes made in this release Category ID Description New feature - Added support for creating slicer using table data. Workbook wb = new Workbook(); Worksheet worksheet = wb.Worksheets[0]; worksheet.Range["A1"].Value = "fruit"; worksheet.Range["A2"].Value = "grape"; worksheet.Range["A3"].Value = "blueberry"; worksheet.Range["A4"].Value = "kiwi"; worksheet.Range["A5"].Value = "cherry"; worksheet.Range["A6"].Value = "grape"; worksheet.Range["A7"].Value = "blueberry";…
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…
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;…
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…
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…
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…
page 24