We're pleased to announce the release of Spire.Office for Java 10.11.0. In this version, the Spire.Doc for Java supports creating combination charts in Word. Spire.XLS for Java supports converting between Excel and Markdown formats, as well as setting text box paragraphs to right-to-left. In addition, many known issues that occurred during the conversion and processing of Word/Excel/PDF/PowerPoint files have been successfully fixed. More details are listed below. Click the link to download Spire.Office for Java 10.11.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 New feature SPIREDOC-10972 Added support for creating…
We’re pleased to announce the release of Spire.PDF for Python 11.11.0. This update replaces the custom date-handling implementation with Python’s built-in datetime library, ensuring better consistency, reliability, and compatibility with Python applications. More details are as follows. Here is a list of changes made in this release Category ID Description Adjustment - Adopted Python’s standard datetime library. Adjustment - Replaced DateTime.get_Now() with datetime.now(). Adjustment - Replaced DateTime.get_Now().ToString("MM dd, yyyy") with datetime.now().strftime("%m %d, %Y"). Click the link to download Spire.PDF for Python 11.11.0: https://www.e-iceblue.com/Download/Spire-PDF-Python.html
We're pleased to announce the release of Spire.XLS for Java 15.11.3. This version supports converting between Excel and Markdown formats, setting text box paragraphs to right-to-left. Besides, several issues that occurred when converting Excel to PDF/HTML and merging files have been successfully fixed. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5882 Added support for converting between Excel and Markdown formats. //Markdown to Excel Workbook workbook=new Workbook(); workbook.loadFromMarkdown(inputFile); workbook.saveToFile("out.xlsx", FileFormat.Version2013); //Excel to Markdown Workbook workbook=new Workbook(); workbook.loadFromFile("in.xlsx"); workbook.saveToFile("out.md", FileFormat.Markdown); workbook.dispose(); New feature SPIREXLS-5943 Added support for setting text…
We're pleased to announce the release of Spire.Presentation 10.11.4. This version mainly focuses on improving conversion accuracy when exporting PowerPoint and ODP files to PDF. Several issues—such as incorrect image effects, inconsistent layout, and missing footer content—have been successfully resolved. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2873, SPIREPPT-2888 Fixes the issue where image effects were displayed incorrectly when converting PowerPoint to PDF. Bug SPIREPPT-2951 Fixes the issue where layout became inconsistent when converting PowerPoint to PDF. Bug SPIREPPT-3012 Fixes the issue where footer content was missing when…
We are pleased to announce the release of Spire.PDF for Java 11.11.11. This version enhances the conversion from PDF to OFD and PDFA. It also fixes multiple issues related to PDF rendering, conversion, and performance, improving the library's stability and efficiency. Details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6604 Fixed the issue with incorrect drawing position of PDF footers. Bug SPIREPDF-7005 Fixed the issue with excessive memory usage when loading documents. Bug SPIREPDF-7448 Fixed the issue where converting PDF to PDF/A-2B would throw a "java.lang.StackOverflowError". Bug SPIREPDF-7482 Fixed the…
We’re pleased to announce the release of Spire.XLS for Python 15.11.1. This version provides the RemoveDuplicates method that removes duplicate rows in a worksheet automatically, and fixes several known bugs as well. More details are as follows. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5883 Added support for removing duplicate rows in a worksheet. workbook = Workbook() workbook.LoadFromFile(inputFile) sheet = workbook.Worksheets[0] sheet.RemoveDuplicates() workbook.SaveToFile(outputFile, FileFormat.Version2013) workbook.Dispose() Bug SPIREXLS-5898 Fixed the issue where incorrect formulas occurred after calling Range.Move(). Bug SPIREXLS-5923 Fixed the issue where chart labels were missing when converting Excel to PDF.…
We're pleased to announce the release of Spire.Doc 13.11.5. This version optimizes OfficeMath handling and enhances the display effect of formulas. More details are listed below. Here is a list of changes made in this release Category ID Description Optimization - Optimized OfficeMath processing capabilities and enhanced the display effects of formula line wrapping and revisions. Click the link to download Spire.Doc 13.11.5: 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're pleased to announce the release of Spire.PDF 11.11.5. This version focuses on improving conversion accuracy and enhancing overall stability. Multiple issues related to image processing, OFD conversion, PDF printing, metadata handling, and exception errors have been successfully resolved. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-3749 Fixed the issue where incorrect effects were applied to added image watermarks. Bug SPIREPDF-5688 Fixed the issue with incorrect output when converting PDF to PDF/A. Bug SPIREPDF-5889 Fixed the issue with incorrect output when converting PDF to images. Bug SPIREPDF-6457 Fixed…
page 13