We're pleased to announce the release of Spire.Doc for Java 14.7.4. This version adds the isSVG property to check whether a picture is an SVG image. It also fixes several issues related to Word document saving, comparison, cloning, and Word to PDF conversion. More details are listed below. Here is a list of changes made in this release Category ID Description New Feature SPIREDOC-12004 Added isSVG property support to check if a picture is an SVG. DocPicture picture = (DocPicture) object;if (picture.isSVG()) { byte[] svgBytes = picture.getImageBytes(); Files.write(Paths.get(outputFile), svgBytes); } Bug Fix SPIREDOC-11857 Fixed the issue where saving a Word…
  We're pleased to announce the release of Spire.Office 11.7.0. This version adds several new features. For example, Spire.XLS adds a property to avoid exceptions triggered by long header/footer text; Spire.Presentation supports saving macro-enabled files and managing VBA modules. What’s more, a series of issues that occurred when processing Excel, PDF, and PowerPoint files have been successfully fixed. More details are given 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: 14.7.5 Spire.Pdf.dll: 12.7.8 Spire.XLS.dll: 16.7.2 Spire.Presentation.dll: 11.7.6 Spire.Barocde.dll: 7.5.0 Spire.DocViewer.dll: 8.9.5 Spire.Email.dll: 6.8.0…
We are excited to announce the release of Spire.Office for Python 11.7.0. This version introduces several powerful enhancements: Spire.Doc supports configuring a license via environment variables, Spire.XLS adds support for Data Simulation Analysis, Slicers, and Excel to JSON conversion, Spire.PDF supports auto-fitting text in signature fields, and Spire.Presentation supports configuring licenses via environment variables. Moreover, many known issues that occurred when converting, processing, and saving Word/Excel/PDF/PowerPoint files have been successfully fixed. More details are listed below. Click the link to download Spire.Office for Python 11.7.0: https://www.e-iceblue.com/Download/office-for-python.html Here is a list of changes made in this release Spire.Doc for Python Category…
We are excited to announce the release of Spire.Office for C++ 11.7.0. In this version, Spire.Doc for C++ supports Word to Excel conversion; Spire.PDF for C++ enhances the conversion from XPS to PDF; Spire.Presentation for C++ enhances PowerPoint to PDF conversion. Moreover, many known issues are fixed successfully in this version. More details are listed below. Click the link to download Spire.Office for C++ 11.7.0: https://www.e-iceblue.com/Download/office-for-cpp.html Here is a list of changes made in this release Spire.Doc for C++ Category ID Description New Feature SPIREDOC-11984 Supports Word to Excel conversion. intrusive_ptr<Document> doc = new Document(); doc->LoadFromFile(inputFile.c_str()); doc->SaveToFile(outputFile.c_str(), FileFormat::XLSX); doc->Close(); Spire.XLS…
E-iceblue today announced the official release of Spire.OfficeJS.Blazor, a native .NET Blazor component library designed for embedding in-browser Office document editing and PDF preview capabilities. With ready-to-use components and minimal setup, developers can seamlessly integrate Word, Excel, and PowerPoint editing alongside PDF viewing into Blazor Server, Blazor WebAssembly, or Blazor Web App projects — no manual JavaScript integration required. Spire.OfficeJS.Blazor consists of four dedicated Blazor components : Spire.WordJS.Blazor, Spire.ExcelJS.Blazor, Spire.PresentationJS.Blazor, and Spire.PDFJS.Blazor. With a single DocumentType property, teams can seamlessly switch between Word, Excel, PowerPoint, and PDF workflows, accelerating development and eliminating the complexity of integrating multiple document engines. Spire.WordJS.Blazor…
We’re pleased to announce the release of Spire.PDF for Java 12.8.1. This update mainly fixes the issues occurred when converting PDF to Word and Markdown. A signature-related issue has been resolved as well. More details are as follows. Here is a list of changes made in this release Category ID Description Bug Fix SPIREPDF-3800 Fixed the issue where adding a signature to a PDF resulted in an invalid certificate. Bug Fix SPIREPDF-3899 Fixed the issue where converting PDF to Word in flow layout mode produced incorrect results. Bug Fix SPIREPDF-8058 Fixed the issue where converting HTML to PDF resulted in…
We're pleased to announce the release of Spire.Doc for C++ 14.7.2. This version adds support for converting Word documents to Excel files, expanding document format conversion capabilities. More details are listed below. Here is a list of changes made in this release Category ID Description New Feature SPIREDOC-11984 Supports Word to Excel conversion. intrusive_ptr<Document> doc = new Document(); doc->LoadFromFile(inputFile.c_str()); doc->SaveToFile(outputFile.c_str(), FileFormat::XLSX); doc->Close(); Click the link below to download Spire.Doc for C++ 14.7.2: https://www.e-iceblue.com/Download/doc-for-cpp.html
We're pleased to announce the release of Spire.XLS for Java 16.7.3. This version supports converting a specified cell range to HTML, embedding checkbox controls in cells, and converting Excel to JSON data. Meanwhile, some issues that occurred when loading Excel documents, copying cell ranges or worksheets, and retrieving the print area have also been successfully fixed. More details are listed below. Here is a list of changes made in this release Category ID Description New Feature SPIREXLS-5934 Adds a new property to control whether to retain frozen rows and columns when converting Excel to HTML, with the default value set…
Page 2 of 119
page 2