Spire.Doc for Python 12.7.1 fixes an issue
2024-07-17 02:04:26
We are happy to announce the release of Spire.Doc for Python 12.7.1. This version fixes the issue that "ffi_prep_cif_var failed" exception was thrown when using some features of Spire.Doc on Ubuntu 22. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-10388 SPIREDOC-10512 SPIREDOC-10552 SPIREDOC-10645 Fixes the issue that "ffi_prep_cif_var failed" exception was thrown when using some features of Spire.Doc on Ubuntu 22. Click the link below to get Spire.Doc for Python 12.7.1: https://www.e-iceblue.com/Download/Spire-Doc-Python.html
Spire.XLS 14.7.2 supports obtaining custom properties of worksheets
2024-07-15 03:38:45
We're pleased to announce the release of Spire.XLS 14.7.2. This version supports obtaining the custom properties of a worksheet and the original document name of the embedded OLE object. What’s more, the issues that occurred when converting Excel to image and PDF has been successfully resolved. More details are shown below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5274 Supports obtaining custom properties of worksheets. Workbook workbook = new Workbook (); workbook.LoadFromFile("funds-test.xlsx"); ICustomPropertiesCollection customProperties = workbook.Worksheets[0].CustomProperties; for (int i = 0; i < customProperties.Count; i++) { XlsCustomProperty xcp = customProperties[i]; string name…
Spire.OCR 1.9.8 supports configuring OCR models, languages, and dependency libraries
2024-07-12 06:58:40
We are pleased to announce the release of Spire.OCR 1.9.8. This version adds the ConfigureOptions class and ConfigureDependencies(ConfigureOptions configureOptions) method, which supports configuring OCR models, languages, and dependency libraries. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Adds the ConfigureOptions class and new method ConfigureDependencies(ConfigureOptions configureOptions), which supports configuring OCR models, languages, and dependency libraries. OcrScanner scanner = new OcrScanner(); // Create a new instance of the ConfigureOptions class to set up the scanner configuration ConfigureOptions configureOptions = new ConfigureOptions(); // Set the path to the model…
Spire.Doc for Java 12.7.6 enhances the conversion from RTF to Word and PDF
2024-07-11 09:16:26
We are delighted to announce the release of Spire.Doc for Java 12.7.6. This version enhances the conversion from RTF to Word and PDF. Moreover, some known issues are fixed in this version, such as the issue that the content was lost after loading and saving RTF. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-10082 SPIREDOC-10362 Fixes the issue that the content layout was not correct after converting RTF to PDF and Word. Bug SPIREDOC-10444 Fixes the issue that the content was lost after loading and saving RTF. Bug…
Spire.PDF for C++ 10.7.0 optimizes the conversion from PDF to OFD
2024-07-11 02:10:18
We're pleased to announce the release of Spire.PDF for C++ 10.7.0. This release reduces the size of the resulting file when converting PDF to OFD. Details are shown below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6785 Reduces the size of the resulting file when converting PDF to OFD Click the link below to download Spire.PDF for C++ 10.7.0: https://www.e-iceblue.com/Download/pdf-for-cpp.html
Spire.PDF for Python 10.7.1 supports converting PDF to PPTX
2024-07-09 08:35:58
We're pleased to announce the release of Spire.PDF for Python 10.7.1. This version supports converting PDF documents to PPTX documents, and also adds new encryption and decryption interfaces for PDF documents. In addition, some issues that occurred when converting PDF to PDF/A and HTML have been successfully fixed. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-6830 Adds new encryption and decryption interfaces for PDF documents. # Encryption pdfDocument = PdfDocument() securityPolicy = PdfPasswordSecurityPolicy("123456789", "M123456789") securityPolicy.EncryptionAlgorithm = PdfEncryptionAlgorithm.AES_128 securityPolicy.DocumentPrivilege = PdfDocumentPrivilege.ForbidAll() securityPolicy.DocumentPrivilege.AllowPrint = True pdfDocument.Encrypt(securityPolicy) pdfMargin = PdfMargins()…
Spire.Presentation 9.7.4 supports converting PowerPoint documents to Markdown files
2024-07-09 08:15:50
We are excited to announce the release of Spire.Presentation 9.7.4. This version supports converting PowerPoint documents to Markdown files. Besides, some known issues are fixed in this version, such as the issue that the waterfall chart was displayed incorrectly after modifying its data. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports converting PowerPoint documents to Markdown files. Presentation ppt = new Presentation(); ppt.LoadFromFile("1.pptx"); ppt.SaveToFile("1.md", FileFormat.Markdown); ppt.Dispose(); Bug SPIREPPT-2522 Fixes the issue that the waterfall chart is displayed incorrectly after modifying its data. Bug SPIREPPT-2534 Fixes the…
Spire.Doc 12.7.3 fixes the issue that image data filling failed during mail merge
2024-07-03 09:33:22
We are happy to announce the release of Spire.Doc 12.7.3. This version fixes the issue that the image data was failed to be filled during mail merge. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-10644 Fixes the issue that the image data was failed to be filled during mail merge. Click the link to download Spire.Doc 12.7.3: 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