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…
We’re pleased to announce the release of Spire.Presentation 11.7.6. This version adds support for saving macro-enabled files and managing VBA modules, including adding and deleting VBA modules. It also fixes an issue where applying multiple licenses failed to take effect. More details are listed below. Here is a list of changes made in this release Category ID Description New Feature SPIREPPT-660 Added the FileFormat.Pptm enumeration type to support saving macro-enabled files. New Feature - Added support for adding VBA modules. Presentation ppt = new Presentation(); // Add VBA project to the document IVbaProject vbaProject = ppt.VbaProject; vbaProject.Name = "SampleVBAMacro"; vbaProject.CodePage…
We’re pleased to announce the release of Spire.XLS 16.7.2. This version introduces the new ValidateHeaderFooterLength property to prevent exceptions triggered by overly long header or footer text during Excel-to-PDF conversion. Additionally, several known bugs have been fixed. Further details are outlined below. Here is a list of changes made in this release Category ID Description New Feature SPIREXLS-6161 Added the new ValidateHeaderFooterLength property to prevent the exception triggered by long header or footer text when converting Excel to PDF. workbook.ConverterSetting.ValidateHeaderFooterLength = false; Bug Fix - Fixed the issue where applying multiple licenses failed to take effect. Bug Fix SPIREXLS-6152 Fixed…
We're pleased to announce the release of Spire.PDF 12.7.8. This version fixes an issue where an "OFD parsing failed" exception was thrown during the conversion process. It also improves the stability of PDF processing. More details are listed below. Here is a list of changes made in this release Category ID Description Bug Fix - Fixed an issue where applying multiple licenses failed to take effect. Bug Fix SPIREPDF-8062 Fixed an issue where the print job name was incorrect when sending a PDF to a virtual printer. Bug Fix SPIREPDF-8089 Fixed an issue where extracted text from PDF pages contained…
We are pleased to announce the release of Spire.Presentation for Java 11.7.2. This version supports converting PowerPoint to pure HTML format and fixes two issues while converting PowerPoint to PDF. Details are listed below. Here is a list of changes made in this release Category ID Description New Feature - Added support for converting PowerPoint to pure HTML format (Note: Some unsupported elements are rendered as SVG). Presentation ppt = new Presentation(); ppt.loadFromFile(inputFile); ppt.getSaveToHtmlOption().setPureHtml(true); ppt.saveToFile(outputFile, FileFormat.HTML); ppt.dispose(); Bug Fix SPIREPPT-2939 Fixed an issue where images turned white when converting PowerPoint to PDF. Bug Fix SPIREPPT-3157 Fixed an issue where text…
We're pleased to announce the release of Spire.XLS 16.7.0. This version successfully fixes the issues where macros were lost when copying worksheets, a spelling error occurred in the enumeration type, and formula calculations returned incorrect values. More details are listed below. Here is a list of changes made in this release Category ID Description Bug Fix - Fixes the issue where macros were lost when copying worksheets. Bug Fix - Fixes a spelling error in the enumeration type. Bug Fix - Fixes the issue where formula calculations returned incorrect values. Click the link below to download Spire.XLS for C++ 16.7.0:…
Page 4 of 120
page 4