We are pleased to announce the release of Spire.Office for Java 11.1.0. In this version, Spire.Doc for Java supports applying custom styles to tables; Spire.PDF for Java supports saving PDF comparison results to file streams; Spire.XLS for Java supports inserting, retrieving, and updating equations; Spire.Presentation for Java supports reading customer data from shapes. This version also addresses a number of known issues and minor fixes across other components. Details are provided below. Click the link to download Spire.Office for Java 11.1.0: https://www.e-iceblue.com/Download/office-for-java.html Below is a summary of the changes included in this release. Spire.Doc for Java Category ID Description Optimization…
We’re pleased to announce the release of Spire.OCR 2.2.2. This version adds support for recognizing Latin script text. In addition, recognition accuracy for Chinese text has been improved. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREOCR-127 Added support for recognizing Latin script text. Bug SPIREOCR-28 Fixed poor recognition accuracy for Traditional Chinese text. Bug SPIREOCR-125 Fixed incorrect recognition of certain Chinese characters. Click the link to download Spire.OCR 2.2.2: https://www.e-iceblue.com/Download/ocr-for-net.html More information of Spire.OCR new release or hotfix: https://www.e-iceblue.com/forum/spire-ocr-new-release-or-hotfix-t10327.html
We’re pleased to announce the release of Spire.Doc for C++ 14.1.4. This version synchronizes several features from the .NET version of Spire.Doc, focusing mainly on table and list-related functionalities. More details are as follows. Here is a list of changes made in this release Category ID Description New feature - Added the add(ListTemplate template) method to ListCollection to create multi-level lists from built-in templates. int firstColumn = doc->GetBookmarks()->FindByName(L"t_insert")->GetFirstColumn(); int lastColumn = doc->GetBookmarks()->FindByName(L"t_insert")->GetLastColumn(); New feature - Added SetStyle, SetStyleOptions, and SetStyleName properties to the TableFormat class for table style operations. intrusive_ptr<TableStyle> tableStyle = Object::Dynamic_cast<TableStyle>( doc->GetStyles()->Add(StyleType::TableStyle, L"TestTableStyle1") ); tableStyle->GetBorders()->SetColor(Color::GetBlue()); tableStyle->GetBorders()->SetBorderType(BorderStyle::Single); tableStyle->SetHorizontalAlignment(RowAlignment::Center); intrusive_ptr<Table>…
We're pleased to announce the release of Spire.XLS for Java 16.1.3. This version supports inserting/ retrieving/ updating equations, and also supports the F.INV and T.INV.2T functions. Furthermore, several issues that occurred when processing and converting Excel files (e.g., HTML to Excel, Excel to PDF) have been successfully fixed. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5237 Added support for inserting, retrieving, and updating equations. // Insert an equation sheet.getEquations().addEquation(11, 0, 100, 100, "x_{1}^{2}"); // Retrieve an equation String mathML = sheet.getEquations().get(0).exportMathML(); String latex = sheet.getEquations().get(0).exportLaTeX(); // Update…
We're pleased to announce the release of Spire.PDF for Java 12.1.4. This version adds support for saving PDF comparison results directly to file streams. In addition, multiple issues related to PDF conversion, rendering, printing, and stability have been fixed, with further improvements made to performance and layout accuracy. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-7880 Added support for saving PDF comparison results to file streams. // Create a new PdfDocument object 'pdf1' to work with the first PDF file PdfDocument pdf1 = new PdfDocument(); // Load…
We’re pleased to announce the release of Spire.Doc for Python 14.1.6. This version adds support for macOS on ARM architecture. In addition, several issues related to document property retrieval and font size settings on macOS have been fixed. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-10777 Added support for macOS on ARM architecture. Bug SPIREDOC-11594 Fixed an issue where retrieving document properties in a Python v3.14 environment caused a “NotImplementedError” exception. Bug SPIREDOC-11602 Fixed an issue where setting CharacterFormat.FontSize on macOS caused a “RuntimeError: ffi_prep_cif_var failed” exception.…
We’re glad to announce the release of Spire.Presentation for Java 11.1.3. This version introduces support for parsing WEBP format images when converting PowerPoint files to other formats, along with the resolution of two known bugs. More details are as follows. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2349 SPIREPPT-2950 Added support for parsing WEBP format images during conversions. Bug SPIREPPT-3069 Fixed the issue where adding the "\dots" formula caused a "NullPointerException" error. Bug SPIREPPT-3071 Fixed the issue with inconsistent content when converting PPT to PDF. Click the link below to download Spire.Presentation…
We're pleased to announce the release of Spire.XLS 16.1.4. This version adds several new features, such as support for converting a specified cell range to HTML and converting Excel files to PDF/UA-compliant documents. Besides, it also fixes an issue where OLE objects in the document could not be deleted successfully. More details are shown below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5948 Added support for the BYROW and BYCOL functions. // Use BYROW to calculate the average of each row sheet.Range["G2"].Formula = "=BYROW(B2:F2, LAMBDA(row, AVERAGE(row)))"; // Use BYCOL to calculate the…
Page 6 of 109
page 6