Spire.Presentation for Java 9.8.3 support setting format when replacing text
2024-08-30 07:21:49
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…
Spire.Office for Java 9.8.0 is released
2024-08-27 09:27:35
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…
Spire.Doc 12.8.12 optimizes the file size for converting Word to OFD
2024-08-26 06:27:09
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
Spire.XLS for Java 14.8.2 supports embedding images in cells
2024-08-23 09:42:58
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…
Spire.PDF for Python 10.8.1 supports returning imageInfo[i].Image as a byte[] type
2024-08-21 09:48:08
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 =…
Spire.PDF 10.8.1 optimizes the time consumption of PDF to image conversion
2024-08-20 08:57:26
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…
Spire.XLS 14.8.2 supports enabling revision mode
2024-08-15 06:37:42
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…
Spire.PDF for Java 10.8.1 enhances the conversions from PDF to SVG, Word and PPTX
2024-08-15 06:08:57
We're pleased to announce the release of Spire.PDF for Java 10.8.1. This version fixes some known issues that occurred when converting PDF to SVG/Word/PPTX, converting OFD to PDF, reading Tiff files and extracting table text. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6851 Fixes the issue that the program threw "NullPointerException" when converting PDF to SVG. Bug SPIREPDF-6881 Fixes the issue that some punctuation marks were missing when extracting table text. Bug SPIREPDF-6895 Fixes the issue that the content was lost when converting OFD to PDF. Bug SPIREPDF-6923…
