Spire.XLS 16.4.2 enhances stability of PDF and SVG conversion
2026-04-29 05:45:11
We are pleased to announce the release of Spire.XLS 16.4.2. This version enhances the stability of PDF and SVG conversion, ensuring more consistent export results. Meanwhile, it also fixes a critical issue where the text wrapping style did not apply correctly in pivot table cells. Please refer to the details below for more information. Here is a list of changes made in this release Category ID Description Adjustment SPIREXLS-6127 Corrected the spelling of the SortComparsionType enum to SortComparisonType. Bug Fix SPIREXLS-6095 Fixed an issue where the text wrapping style did not apply to pivot table cells. Bug Fix SPIREXLS-6117 Fixed…
Spire.Presentation for Java 11.4.1 fixes OLE object data loss issue in PowerPoint documents
2026-04-28 07:56:49
We are pleased to announce the release of Spire.Presentation for Java 11.4.1. This version mainly fixes the issue where OLE object data was lost after adding OLE object to PowerPoint documents. Details are listed below. Here is a list of changes made in this release Category ID Description Bug Fix SPIREPPT-3095 Fixed the issue where OLE object data was lost after adding OLE object to PowerPoint documents. Click the link to download Spire.Presentation for Java 11.4.1: https://www.e-iceblue.com/Download/presentation-for-java.html
Spire.XLS for Java 16.4.1 enhances the conversion from Excel to PDF
2026-04-28 07:40:42
We’re pleased to announce the release of Spire.XLS for Java 16.4.1. This update enhances the Excel-to-PDF feature by resolving an issue that caused extra pages to be generated during conversion. Here is a list of changes made in this release Category ID Description Bug Fix SPIREXLS-6123 Fixed the issue where extra pages were generated when converting Excel to PDF. Click the link below to download Spire.XLS for Java 16.4.1: https://www.e-iceblue.com/Download/xls-for-java.html
Spire.PDF for Python 12.4.1 adds a color parameter overload to the ReplaceText interface
2026-04-28 07:31:40
We're pleased to announce the release of Spire.PDF for Python 12.4.1. This version mainly adds a color parameter overload to the ReplaceText interface. Details are listed below. Here is a list of changes made in this release Category ID Description New Feature SPIREPDF-7907 Added a color parameter overload to the ReplaceText interface. textReplacer.ReplaceText("Text", "Replace", Color.get_Blue()) Click the link to download Spire.PDF for Python 12.4.1: https://www.e-iceblue.com/Download/Spire-PDF-Python.html
Spire.Doc 14.4.9 supports multidimensional document comparison via new CompareOptions
2026-04-28 06:54:16
We're pleased to announce the release of Spire.Doc 14.4.9. This version adds several new properties to CompareOptions to support multi-dimensional document comparison. Additionally, the CompareOptions.IgnoreTable property has been renamed to CompareOptions.IgnoreTables for better naming consistency. More details are listed below. Here is a list of changes made in this release Category ID Description Adjustment - Renamed CompareOptions.IgnoreTable to CompareOptions.IgnoreTables for naming consistency. New Feature SPIREDOC-11910 Adds several new properties to CompareOptions to support multi-dimensional document comparison: · CompareMoves: Specifies whether to ignore moved content. · IgnoreCaseChanges: Specifies whether to ignore case changes. · IgnoreFields: Specifies whether to ignore fields. ·…
Spire.OCR for Python 2.1.0 supports integration with cloud-based AI models
2026-04-23 09:53:43
We’re pleased to announce the release of Spire.OCR for Python 2.1.0. This version enables seamless integration of cloud-based AI models—including Doubao, Qwen, and DeepSeek—into Spire.OCR for Python. These models help improve accuracy and enhance text recognition in images. Here is a list of changes made in this release Category ID Description New Feature - Added support for integration of AI models into Spire.OCR. (Note: Users need to obtain an API Key from the AI platform on their own.) def _run_ai_test(self): filename = "1.png" output_file = "scan.txt" file_path = r"F:\3.3.0AI\AI\ocr.xml" model = "AIModel" api_key = "ApiKey" api_url = "ApiUrl" self._update_ocr_config(file_path, model,…
Spire.Presentation 11.4.5 adds support for saving PPTX to video
2026-04-23 09:32:38
We’re pleased to announce the release of Spire.Presentation 11.4.5. This version adds support for saving PPTX files to video formats (.mp4/.wmv), along with several bug fixes, including issues related to data label formatting in PDF conversion and shape clipping during PPTX-to-PDF conversion. More details are listed below. Here is a list of changes made in this release Category ID Description New Feature SPIREPPT-3096 Added support for saving PPTX files to video formats (.mp4/.wmv). Note: This feature requires specifying the path to ffmpeg. Presentation ppt = new Presentation(); ppt.LoadFromFile(inputFile); SaveToVideoOption saveOption = new SaveToVideoOption(ffmpegDir); ppt.SaveToVideoOption=saveOption;//Default: 5 seconds per slide. ppt.SaveToFile(outputFile_mp4, FileFormat.MP4);…
Spire.OCR for Java 2.1.5 fixes a license recognition issue
2026-04-23 08:26:28
We are pleased to announce the release of Spire.OCR for Java 2.1.5. This version mainly fixes a license recognition issue. Details are listed below. Here is a list of changes made in this release Category ID Description Bug Fix SPIREOCR-120 Fixed an issue where license recognition failed when the provided license path started with a "\" character. Click the link to download Spire.OCR for Java 2.1.5: https://www.e-iceblue.com/Download/ocr-for-java.html
