We are excited to announce the release of Spire.Office 10.7.0. In this version, Spire.Doc supports multiple new features, such as loading EPUB files for processing and creating combination charts; Spire.PDF supports extracting custom PDF data values and enhances the PDF-to-Excel conversion; Spire.XLS and Spire.Presentation support loading Markdown-format documents. Besides, a lot of known issues are fixed successfully in this version. More details are listed below. In this version, the most recent versions of Spire.Doc, Spire.PDF, Spire.XLS, Spire.Presentation, Spire.Email, Spire.DocViewer, Spire.PDFViewer, Spire.Spreadsheet, Spire.OfficeViewer, Spire.DataExport, Spire.Barcode are included. DLL Versions: Spire.Doc.dll v13.7.14 Spire.Pdf.dll v11.7.14 Spire.XLS.dll v15.7.8 Spire.Presentation.dll v10.7.7 Spire.Barcode.dll v7.3.7 Spire.Email.dll v6.6.3…
We’re excited to announce the release of Spire.PDF for Android via Java 10.6.8. This update supports extracting text from PDFs, finding and highlighting text, and finding and replacing text. Additionally, an issue related to PDF encryption has been fixed. More details are provided below. Here is a list of changes made in this release: Category ID Description Adjustment - Adjusted the license applying method to “com.spire.pdf.license.LicenseProvider.setLicenseKey("");”. New feature - Added support for 'text extraction' functionality using the 'PdfTextExtractor' class. for (PdfPageBase page : (Iterable<PdfPageBase>) doc.getPages()) { PdfTextExtractor textExtractor = new PdfTextExtractor(page); PdfTextExtractOptions option = new PdfTextExtractOptions(); buffer.append(textExtractor.extract(option)); } New feature…
We're pleased to announce the release of Spire.Office for Java 10.7.0. In this version, the Spire.Doc for Java supports the "Two Lines in One" function. Spire.XLS for Java supports Array data binding in MarkerDesigner. Spire.PDF for Java supports converting PDF to Markdown. Spire.OCR for Java supports automatically rotating images. In addition, many known issues that occurred when converting and processing Word/ Excel/ PDF/PowerPoint files have been successfully fixed. More details are listed below. Click the link to download Spire.Office for Java 10.7.0: https://www.e-iceblue.com/Download/office-for-java.html Here is a list of changes made in this release Spire.Doc for Java Category ID Description New…
We’re pleased to announce the release of Spire.Doc for Java 13.7.6. The latest version supports the "Two Lines in One" function, which enhances the conversion from Word to PDF. Furthermore, some known bugs are fixed successfully in the new version, such as the issue where accepting revisions did not affect the content in content controls. More details are listed below. Here is a list of changes made in this release New feature SPIREDOC-11113 SPIREDOC-11320 SPIREDOC-11338 Supports the "Two Lines in One" function. Bug SPIREDOC-11276 Fixes the issue where accepting revisions did not affect the content in content controls. Bug SPIREDOC-11314…
We’re excited to announce the release of Spire.OCR 2.1.6. This version adds support for the Linux-ARM platform, enables control over image rotation and text output positioning, and supports extracting text coordinates. It also upgrades the SkiaSharp dependency and fixes issues related to text recognition accuracy and language model configuration. More details are as follows: Here is a list of changes made in this release Category ID Description New feature — Supports the Linux-ARM platform. New feature — Upgrades the dependent SkiaSharp version to 3.116.1 (requires Ubuntu 20.04, CentOS 9 or later). New feature SPIREOCR-5 SPIREOCR-10 SPIREOCR-32 SPIREOCR-42 SPIREOCR-51 SPIREOCR-88 Supports…
We’re excited to announce the release of Spire.OCR for Java 2.1.1. This version introduces support for Linux-ARM platform and enables text output that matches the original image layout. In addition, this update includes several bug fixes. More details are provided below. Category ID Description New feature - Added support for Linux-ARM platform. New feature SPIREOCR-84 Added support for automatically rotating images when necessary. ConfigureOptions configureOptions = new ConfigureOptions(); configureOptions.setAutoRotate(true); New feature SPIREOCR-107 Added support for preserving the original image layout in text output. VisualTextAligner visualTextAligner = new VisualTextAligner(scanner.getText()); String scannedText = visualTextAligner.toString(); Bug SPIREOCR-103 Fixed the issue where the cleanup…
We're pleased to announce the release of Spire.Doc 13.7.14. This version adds several new features, such as support for loading EPUB files and converting Word to PDF/UA-1 format. More details are listed below. Category ID Description New feature SPIREDOC-3144 Supports loading EPUB files for processing. Document doc = new Document(); doc.LoadFromFile("in.epub", Spire.Doc.FileFormat.EPub); doc.SaveToFile(@"out.docx", Spire.Doc.FileFormat.Docx); doc.SaveToFile(@"out.pdf", Spire.Doc.FileFormat.PDF); New feature SPIREDOC-11179 Supports converting Word to PDF/UA-1 format Document doc = new Document(); doc.LoadFromFile("in.docx"); ToPdfParameterList list = new ToPdfParameterList(); list.PdfConformanceLevel = PdfConformanceLevel.Pdf_UA1; doc.SaveToFile(@"out.pdf", list); New feature SPIREDOC-11345 Adds new configuration parameters to enhance the performance and output quality of Word-to-Markdown conversion. Click the…
We're pleased to announce the release of Spire.PDF 11.7.14. The latest version supports XlsxLineLayoutOptions.TextRecognizer to enhance the PDF-to-Excel conversion using OCR libraries. Moreover, some known bugs are fixed in the new version, such as the issue that the content was incorrect when converting XPS to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-7430SPIREPDF-7427 Supports XlsxLineLayoutOptions.TextRecognizer to enhance the PDF-to-Excel conversion using OCR libraries. PdfDocument doc = new PdfDocument(); doc.LoadFromFile("in.pdf"); XlsxLineLayoutOptions options = new XlsxLineLayoutOptions(false, false, false, true); options.TextRecognizer = new TextRecognizer(); doc.ConvertOptions.SetPdfToXlsxOptions(options); doc.SaveToFile("out.xlsx", Spire.Pdf.FileFormat.XLSX); // niget…
page 17