Spire.Presentation for Java 10.12.4 fixes a formula display issue on Mac
2025-12-22 06:40:03
We are pleased to announce the release of Spire.Presentation for Java 10.12.4. This version mainly fixes a formula display issue on Mac. Details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-3025 Fixed the issue where the formula "\square" in PowerPoint was displayed incorrectly on Mac. Click the link below to download Spire.Presentation for Java 10.12.4: https://www.e-iceblue.com/Download/presentation-for-java.html
Spire.Office for Python 10.12.0 is released
2025-12-18 09:49:09
We're pleased to announce the release of Spire.Office for Python 10.12.0. In the version, the Spire.Doc for Python has optimized and enhanced the API; Spire.XLS for Python supports removing duplicate rows in Excel; Spire.Presentation for Python enhances the conversion from PPTX to PDF; Spire.PDF for Python supports timestamping digital signatures; Spire.Barcode for Python supports Linux ARM platform; Spire.OCR for Python introduces platform adjustments and enhances OCR recognition accuracy. Moreover, many known issues that occurred when converting, processing and saving Word/Excel/PDF/PowerPoint files have been successfully fixed. More details are listed below. Click the link to download Spire.Office for Python 10.12.0: https://www.e-iceblue.com/Download/office-for-python.html…
Spire.Doc 13.12.6 adds document compatibility settings based on Word versions
2025-12-18 06:34:05
We are pleased to announce the release of Spire.Doc 13.12.6. This version added a new set of document compatibility features, allowing developers to perform compatibility operations by targeting specific Word versions. In addition, an issue related to incorrect page numbers during Word-to-PDF conversion was fixed. Details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-10448 Added a CompatibilityOptions property to the Document class for performing compatibility operations on documents. Document doc = new Document(); doc.CompatibilityOptions.UlTrailSpace = false; doc.CompatibilityOptions.AdjustLineHeightInTable = true; doc.CompatibilityOptions.SpaceForUL = true; doc.CompatibilityOptions.ApplyBreakingRules = true; doc.CompatibilityOptions.DoNotExpandShiftReturn = false; doc.CompatibilityOptions.OverrideTableStyleFontSizeAndJustification…
Spire.PDF for Python 11.12.1 supports timestamping digital signatures
2025-12-12 10:24:31
We’re pleased to announce the release of Spire.PDF for Python 11.12.1. This update brings several new features, including timestamping digital signatures, configuring options when converting PDF to Excel, and ignoring images when converting PDF to Markdown. Meanwhile, it fixes two known issues as well. More details are as follows. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-7326 Added support for timestamping digital signatures. doc = PdfDocument () doc. LoadFromFile (inputFile) # Create a digital signature signature = Security_PdfSignature (doc, doc.Pages.get_Item(0), inputFile_pfx,"08100601", "signature") signature.SignDetailsFont = PdfFont(PdfFontFamily.Courier,8.0) # Set the bounds of the signature…
Spire.OCR for Python 1.9.13 introduces platform adjustments and enhances OCR recognition accuracy
2025-12-12 09:07:08
We are pleased to announce the release of Spire.OCR for Python 1.9.13. This release introduced platform and dependency adjustments and enhanced error handling and OCR recognition capabilities. Details are listed below. Here is a list of changes made in this release Category ID Description Adjustment - Upgraded SkiaSharp to 3.116.1. Adjustment - Added support for the Linux-ARM platform. Adjustment - Changed license usage to spire.ocr.LicenseProvider; the common license object was no longer used. Enhancement SPIREOCR-111 Enhanced error handling: when the system library libdl.so was unavailable, image scanning returned a clear error message. Enhancement - Enhanced OCR recognition capability: 1. Supported…
Spire.Doc 13.12.2 supports the "Two Lines in One" function to enhance Word to PDF conversion
2025-12-10 11:39:04
We're pleased to announce the release of Spire.Doc 13.12.2. This version supports the "Two Lines in One" function, enhancing the effect of converting Word to PDF. It also adds support for setting the "Horizontal in Vertical" property of Paragraph text, copying styles from template documents when converting Markdown to Docx, and retrieving style change revisions. Meanwhile, some issues that occurred when converting or loading Word documents have also been successfully fixed. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-5504 Supports setting the "Horizontal in Vertical" property of…
Spire.Doc for Java 13.12.2 supports verifying whether the write-protection password is correct
2025-12-10 11:10:35
We're pleased to announce the release of Spire.Doc for Java 13.12.2. This version supports verifying whether the write-protection password is correct, and also fixes some issues that occurred when converting Word to PDF, HTML to Word, and replacing bookmarks. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Added a new method to support verifying whether the write-protection password is correct. Boolean protectionPassword = document.checkWriteProtectionPassword("password"); Bug SPIREDOC-10684 SPIREDOC-11670 Fixed an issue where text line breaks were inconsistent when converting Word to PDF. Bug SPIREDOC-11340 Fixed an issue where…
Spire.Doc for Python 13.12.0 has optimized and enhanced the API
2025-12-08 09:02:06
We’re pleased to announce the release of Spire.Doc for Python 13.12.0. This version delivers significant API enhancements, including fine-grained format control for document elements, improved chart configuration options, and upgraded comparison features. Additionally, it introduces auxiliary function enhancements, a revamped list system, and overall API optimizations to streamline user experience. More details are as follows. Here is a list of changes made in this release Category ID Description Adjustment - Added fine-grained format control capabilities for core document elements such as paragraphs, tables, cells, borders, and styles. Class Name New Features Feature Description Paragraph GetText Retrieve the text content of…
