Spire.PDF for Java 10.1.5 fixes a known issue
2024-01-11 07:49:44
We are delighted to announce the release of Spire.PDF for Java 10.1.5. This version fixes the issue that no resulting documents were generated after performing batch text replacement on multiple PDF documents under multi-threading. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6484 Fixes the issue that no resulting documents were generated after performing batch text replacement on multiple PDF documents under multi-threading. Click the link below to download Spire.PDF for Java 10.1.5: https://www.e-iceblue.com/Download/pdf-for-java.html
Spire.Presentation for Python 9.1.0 adds a custom exception class SpireException
2024-01-10 07:48:18
We are pleased to announce the release of Spire.Presentation for Python 9.1.0. This version adds a custom exception class SpireException. Besides, it also fixes the issue that the program threw "System.ArgumentNullException" exception when converting shapes to images. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Adds a custom exception class SpireException. Bug SPIREPPT-2368 Fixes the issue that the program threw "System.ArgumentNullException" exception when converting shapes to images. Click the link below to get Spire.Presentation for Python 9.1.0: https://www.e-iceblue.com/Download/Spire-Presentation-Python.html
Spire.PDF for Python 10.1.1 adds the custom exception class SpireException
2024-01-09 07:56:25
We are delighted to announce the release of Spire.PDF for Python 10.1.1. This version adds the custom exception class SpireException. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Adds the custom exception class SpireException. Click the following link to get Spire.PDF for Python: https://www.e-iceblue.com/Download/Spire-PDF-Python.html
Spire.Doc for Python 12.1.0 adds a new custom exception class SpireException
2024-01-09 07:32:13
We are pleased to announce the release of Spire.Doc for Python 12.1.0. This version adds a new custom exception class SpireException. In addition, the issue that setting table borders was invalid has also been fixed. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Adds a new custom exception class SpireException. Bug SPIREDOC-10028 Fixes the issue that setting table borders was invalid. Click the link below to download Spire.Doc for Python 12.1.0: https://www.e-iceblue.com/Download/Spire-Doc-Python.html
Spire.PDF for Java 10.1.3 adds the PdfTextReplacer interface to implement text replacement functionality
2024-01-05 09:45:31
We are delighted to announce the release of Spire.PDF for Java 10.1.3. This version adds the PdfTextReplacer interface to implement text replacement function and the PdfImageHelper interface to implement image deletion, extraction, replacement, and compression functions. Besides, it improves the efficiency of drawing watermarks. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-6454 Improves the efficiency of drawing watermarks. New feature SPIREPDF-6459 Adds the PdfTextReplacer interface to implement text replacement function. PdfDocument pdf = new PdfDocument(); pdf.loadFromFile("sample.pdf"); PdfPageBase page = pdf.getPages().get(0); PdfTextReplacer replacer = new PdfTextReplacer(page); PdfTextReplaceOptions options=…
Spire.PDF 10.1 enhances the conversion from PDF to images
2024-01-05 09:19:29
We are pleased to announce the release of Spire.PDF 10.1. This version enhances the conversion from PDF to images on the .NET Standard platform. In addition, some known issues have been fixed, such as the issue that the content was not displayed clearly when printing PDF. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6328 Fixes the issue that the content was not displayed clearly when printing PDF. Bug SPIREPDF-6414 Fixes the issue that the signature was damaged after reading a PDF containing a signature and saving it to…
Spire.XLS 14.1 adds XLT, XLTX, and XLTM formats to the FileFormat enumeration
2024-01-05 02:09:52
We are excited to announce the release of Spire.XLS 14.1. This version adds XLT, XLTX, and XLTM formats to the FileFormat enumeration and improves the memory usage of converting worksheets to images. Besides, it also enhances the conversion from Excel to PDF and CSV. Furthermore, some known issues are fixed successfully in this version, such as the issue that retrieving cells failed. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5036 Improves the memory usage of converting worksheets to images. New feature SPIREXLS-5006 Adds XLT, XLTX, and XLTM…
Spire.Doc for Java 12.1.0 removes the dependency on Spire.Pdf.jar
2024-01-04 09:30:17
We are pleased to announce the release of Spire.Doc for Java 12.1.0. This version removes the dependency on Spire.Pdf.jar and changes the method of license application to "com.spire.doc.license.LicenseProvider.setLicenseKey(key)". In addition, a number of new features have also been added, such as a new method for adding image watermarks. More details are listed below. Here is a list of changes made in this release Category ID Description Adjustment - Removes the dependency on Spire.Pdf.jar. Adjustment - Changes the method of license application to "com.spire.doc.license.LicenseProvider.setLicenseKey(key)". New feature - Deprecates the following methods, classes and interfaces. The "newEngine" parameter in the Document constructor…