We are pleased to announce the release of Spire.Presentation for Python 9.11.1. The latest version supports the functionality to get the slides from "section". Moreover, some known bugs are fixed successfully in this update, such as the issue that errors occurred when using SlideCountPerPageForPrint and ContainingHiddenSlides methods. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2575 Supports the functionality to get the slides from "section". ppt = Presentation() ppt.LoadFromFile(inputFile) section=ppt.SectionList[0] slides=section.GetSlides() sb = [] i=0 for slide in slides: sb.append("SlideID:"+str(slides[i].SlideID)) i=i+1 File.AppendAllText(outputFile, sb) ppt.Dispose New feature SPIREPPT-2605 Supports…
We are delighted to announce the release of Spire.PDF 10.11.1. This version supports extracting video and audio from PDF documents. Besides, it enhances the conversion from PDF to images. Moreover, a lot of known issues are fixed successfully in this version, such as the issue that merging PDF documents failed. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-7145 Supported the functionality to extract video and audio from PDF documents. PdfDocument pdf = new PdfDocument(); pdf.LoadFromFile(inputFile); for (int i = 0; i < pdf.Pages.Count; i++) { PdfPageBase page…
We're pleased to announce the release of Spire.Doc for Java 12.11.0. This version optimizes the conversions from Word to PDF, HTML, as well as RTF to PDF, and also fixes some issues that occurred when loading and saving Word files. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-10693 Fixes the issue that the highlighting effect was incorrect when searching. Bug SPIREDOC-10726 Fixes the issue that the table borders were not displaying in WPS after saving doc as docx. Bug SPIREDOC-10747 Fixes the issue that the program threw an…
We are excited to announce the release of Spire.XLS for Java 14.11.0. The latest version enhances the conversion from Excel to PDF. Besides, some known bugs are fixed successfully in this update, such as the issue that font sizes were inconsistent after saving some Excel files. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-5446 Fixes the issue that the program threw "Specified argument was out of the range of valid values" when converting XLSX to XLSB. Bug SPIREXLS-5493 Fixes the issue that incorrect effect occurred when using Worksheet.autoFitColumn.…
We are excited to announce the release of Spire.Office 9.10.0. In this version, Spire.PDF supports ignoring images when converting PDF to Markdown; Spire.Doc adds new methods to track the addition, deletion, and modification of document elements; Spire.XLS supports ARRAYTOTEXT, ARABIC, BASE, COMBINA, XOR formulas. Moreover, 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, and Spire.Barcode are included. DLL Versions: Spire.Doc.dll v12.10.13 Spire.Pdf.dll v10.10.5 Spire.XLS.dll v14.10.2 Spire.Presentation.dll v9.10.2 Spire.Barcode.dll v7.3.3 Spire.Email.dll v6.6.0 Spire.DocViewer.Forms.dll v8.8.2 Spire.PdfViewer.Asp.dll…
We're pleased to announce the release of Spire.XLS 14.10.2. This version supports ARRAYTOTEXT, ARABIC, BASE, COMBINA, XOR formulas, and also supports embedding images into cells as well as getting a cell's NamedRange. What’s more, the issues that occurred when converting Excel to PDF, retrieving number of pages, and exporting data has been successfully resolved. More details are shown below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5350 MarkerDesigner now supports applying filter value parameters. New feature SPIREXLS-5396 ARRAYTOTEXT formula has been supported. Workbook workbook = new Workbook(); workbook.Worksheets[0].Range["A1"].Text = "True"; workbook.Worksheets[0].Range["A2"].Text =…
We are excited to announce the release of Spire.Office for Java 9.10.0. In this version, Spire.Doc for Java enhances the conversion from Markdown to Word; Spire.Presentation for Java supports finding the first occurrence of text; Spire.PDF for Java supports converting HTML to PDF using the Chrome plugin; Spire.OCR for Java supports scanning image streams. Moreover, many known bugs are fixed in this update successfully. More details are listed below. Click the link to download Spire.Office for Java 9.10.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 Bug SPIREDOC-10795 Fixes issue that…
We are excited to announce the release of Spire.PDF for Java 10.10.7. This version supports converting HTML to PDF using the Chrome plugin. It also enhances the conversion from PDF to images as well as HTML, SVG, and OFD to PDF. Moreover, a lot of known issues are fixed successfully in this version, such as the issue that setting custom properties for attachments did not take effect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-7120 Synchronizes the ToPdfX1A2001() method under the PdfStandardsConverter class to Java. New feature…
page 31