We are happy to announce the release of Spire.XLS for Java 14.7.5. This version enhances the conversion from Excel to PDF. Moreover, many known issues are fixed successfully in this version, such as the issue that some formula values were calculated incorrectly after saving Excel files. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-5279 Fixed the issue that some formula values are calculated incorrectly when saving Excel files. Bug SPIREXLS-5281 Fixed the issue that the data points of charts were incorrectly positioned after converting Excel to PDF. Bug…
We're pleased to announce the release of Spire.PDF for Java 10.7.3. This version fixes some known issues that occurred when opening compressed PDF files, obtaining PDF JavaScript, compressing images and replacing text in PDFs. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6804 Fixes the error occurred when opening compressed PDF files. Bug SPIREPDF-6831 Fixed the issue that the effect of the PdfInkAnnotation added to PDF was incorrect. Bug SPIREPDF-6856 Fixes the issue that the program threw "NullPointerException" when obtaining the PDF JavaScript. Bug SPIREPDF-6865 Fixes the issue that…
We are pleased to announce the release of Spire.Presentation for Java 9.7.4. This version mainly fixes some known issues that occurred when converting PPTX to images, loading and saving PowerPoint documents. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2513 Fixes the issue that the TextBox margin values obtained were incorrect. Bug SPIREPPT-2536 Fixes the issue that there was a "repair" prompt when opening a saved PowerPoint file. Bug SPIREPPT-2538 Fixes the issue of incorrect behavior when setting IAudio.isPlayInBackground(true). Bug SPIREPPT-2546 Fixes the issue that the application threw an…
We are excited to announce the release of Spire.PDF 10.7.12. This version supports preserving XMP data when converting PDF to PDFA. Besides, some known issues are fixed successfully in this version, such as the issue that verification of signature validity was inaccurate. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5742 Adds the PreserveAllowedMetadata property to support preserving XMP data when converting PDF to PDFA format documents. PdfStandardsConverter converter = new PdfStandardsConverter(stream); converter.Options.PreserveAllowedMetadata = true; Bug SPIREPDF-6832 Fixes the issue that verification of signature validity was inaccurate. Bug…
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
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…
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…
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…
Page 1 of 66