We are excited to announce the release of Spire.Office 9.8.0. In this version, Spire.PDF supports converting HTML to PDF using the Chrome; Spire.XLS supports enabling revision mode and obtaining custom properties of worksheets; Spire.Presentation supports converting PowerPoint documents to Markdown files; Spire.OCR supports configuring OCR models, languages, and dependency libraries. 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, and Spire.Barcode are included. DLL Versions: Spire.Doc.dll v12.8.12 Spire.Pdf.dll v10.8.1 Spire.XLS.dll v14.8.2 Spire.Presentation.dll v9.8.3 Spire.Barcode.dll…
We are pleased to announce the release of Spire.Presentation for Java 9.8.3. This version provides a new method to set format when replacing text, and also fixes some known issues occurred when loading PowerPoint files, adding formulas in table cells, and adding LatexMath. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2579 Provides the ReplaceAndFormatText(String matchedString, String newValue, PortionFormatEx format) method to support setting format when replacing text. Presentation ppt = new Presentation(); // Load a PowerPoint presentation from the specified file. ppt.loadFromFile(inputFile); // Create a new object…
We are pleased to announce the release of Spire.Office for Java 9.8.0. In this new version, Spire.XLS for Java supports embedding images in cells; Spire.Doc for Java optimizes the clarity of images when converting Word documents to HTML. Besides, some known issues are fixed successfully in this update. More details are listed below. Click the link to download Spire.Office for Java 9.8.0: https://www.e-iceblue.com/Download/office-for-java.html Here is a list of changes made in this release Spire.XLS for Java Category ID Description New feature SPIREXLS-5147 Provides the hideCategoriTags method to support hiding category labels. Chart chart = sheet.getCharts().get(0); String[] labels = chart.getCategoryLabels(); chart.hideCategoryLabels(new…
We're pleased to announce the release of Spire.Doc 12.8.12. This version mainly fixes two issues that occurred when replacing text and converting Word to OFD. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-10738 Fixes the issue that the customXml appeared after replacing text. Bug SPIREDOC-10743 Optimizes the file size for converting Word to OFD. Click the link to download Spire.Doc 12.8.12: https://www.e-iceblue.com/Download/download-word-for-net-now.html More information of Spire.Doc new release or hotfix: https://www.e-iceblue.com/forum/spire-doc-new-release-or-hotfix-t4749.html
We are excited to announce the release of Spire.XLS for Java.14.8.2. This version supports embedding images in cells. Besides, some known bugs were successfully fixed in this update, such as the issue that caused incorrect content when saving an Excel document and opening it in Microsoft Excel 2016. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5147 Provides the hideCategoriTags method to support hiding category labels. Chart chart = sheet.getCharts().get(0); String[] labels = chart.getCategoryLabels(); chart.hideCategoryLabels(new String[] { labels [0], labels [1], ...} ); New feature SPIREXLS-5338 Supports embedding…
We are excited to announce the release of Spire.PDF for Python 10.8.1. This version supports returning imageInfo[i].Image as a byte[] type. Besides, the issue that highlighting positions are inaccurate when searching and highlighting text is fixed in this update. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-6888 Supports returning imageInfo[i].Image as a byte[] type. byteResult = imageInfo[i].Image.ToArray() fileName = outputFile_1 + "Bug_6888_{0:d}.png".format(i) with open(fileName,'wb') as f: f.write(byteResult) New feature SPIREPDF-6902 Synchronizes the PdfTextReplaceOptions class. pdf=PdfDocument() pdf.LoadFromFile(inputFile) page = pdf.Pages[0] textreplacer = PdfTextReplacer(page) options = PdfTextReplaceOptions() options.ReplaceType =…
We are happy to announce the release of Spire.PDF 10.8.1. This version optimizes the time consumption of PDF to image conversion. It also enhances the conversion from PDF to Excel and OFD to PDF. Moreover, some known issues are fixed successfully in this version, such as the issue that signatures were reversed by mirroring after flattening form fields. More details are listed below. Here is a list of changes made in this release Category ID Description Optimization SPIREPDF-5744 Optimizes the time consumption of PDF to image conversion. Bug SPIREPDF-2659 SPIREPDF-4454 Fixes the issue that importing and exporting form data (in…
We are excited to announce the release of Spire.XLS 14.8.2. This version supports enabling revision mode and setting global custom font folders. What’s more, some known bugs are fixed in this update, such as the issue that the checkbox was not converted to image format when converting Excel to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5254 Supports enabling revision mode. Workbook.TrackedChanges=true;//default value is false New feature SPIREXLS-5348 Supports setting global custom font folders. Workbook.SetGlobalCustomFontsFolders(string[] fontPath); Bug SPIREXLS-5196 Fixes the issue that the checkbox was not…
page 42