We’re pleased to announce the release of Spire.Office 10.10.0. In this version, Spire.Doc supports extracting pages from a Word file to a separate file; Spire.XLS supports reading Office cached cloud fonts, Spire.Presentation supports setting fade-in or fade-out duration of audio; Spire.PDF supports validating the timestamp service URL. Meanwhile, a series of known issues are fixed in this update. More details are given below. In this version, the most recent versions of Spire.Doc, Spire.PDF, Spire.XLS, Spire.Presentation, Spire.Barcode, Spire.DocViewer, and Spire.PDFViewer are included. DLL Versions: Spire.Doc.dll v13.10.3 Spire.Pdf.dll v11.10.4 Spire.XLS.dll v15.10.3 Spire.Presentation.dll v10.10.7 Spire.Barcode.dll v7.4.1 Spire.Email.dll v6.6.3 Spire.DocViewer.Forms.dll v8.9.4 Spire.PdfViewer.Asp.dll v8.2.6 Spire.PdfViewer.Forms.dll…
We're pleased to announce the release of Spire.Office for Java 10.10.0. In this version, the Spire.Doc for Java supports retrieving style change revisions. Spire.PDF for Java supports setting column width for PdfTable. Spire.Presentation for Java supports converting Markdown to PPTX. 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.10.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 feature SPIREDOC-9691 SPIREDOC-8447 Added support for accepting or rejecting…
We’re pleased to announce the release of Spire.PDFViewer 8.2.6. This version adds support for the “Find Previous” and “Find Next” functions in Form, WPF, and MAUI. In addition, the method pdfDocumentViewer1.SearchText() has been deprecated and replaced with pdfDocumentViewer1.Find(). More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDFVIEWER-616 Added support for “Find Previous” and “Find Next” functionsin Form, WPF, and MAUI. The pdfDocumentViewer1.SearchText() method has been deprecated and replaced with pdfDocumentViewer1.Find(). private void Form1_Load(object sender, EventArgs e) { string pdfDoc = @"test.pdf"; if (File.Exists(pdfDoc)) { this.pdfDocumentViewer1.LoadFromFile(pdfDoc); this.pdfDocumentViewer1.Find("FindedText", Color.Empty); } }…
We're pleased to announce the release of Spire.Presentation 10.10.7. This version optimizes saving time when creating PowerPoint presentations using templates. Meanwhile, it adds support for setting table transparency and includes adjustments and several bug fixes that improve the overall performance and stability of the product. More details are listed below. Here is a list of changes made in this release Category ID Description Adjustment — Adjusted the usage of the AddDigitalSignature method. Presentation ppt = new Presentation(); ppt.LoadFromFile("in.pptx"); //Add a digital signature,The parameters: string certificatePath, string certificatePassword, string comments, DateTime signTime ppt.AddDigitalSignature("test.pfx", "e-iceblue", "111", DateTime.Now); ppt.SaveToFile("result.pptx", Spire.Presentation.FileFormat.Pptx2016); ppt.Dispose(); New feature…
We are excited to announce the release of Spire.PDF for Java 11.10.3. This version introduces a new feature that allows users to set the column width for PdfTable. Details are listed below. Here is a list of changes made in this release Category ID Description New feature - Adds support for setting column width for PdfTable. // Create PDF document PdfDocument doc = new PdfDocument(); // Set margins PdfUnitConvertor unitCvtr = new PdfUnitConvertor(); PdfMargins margin = new PdfMargins(); margin.setTop(unitCvtr.convertUnits(2.54f, PdfGraphicsUnit.Centimeter, PdfGraphicsUnit.Point)); margin.setBottom(margin.getTop()); margin.setLeft(unitCvtr.convertUnits(3.17f, PdfGraphicsUnit.Centimeter, PdfGraphicsUnit.Point)); margin.setRight(margin.getLeft()); // Add a page PdfPageBase page = doc.getPages().add(PdfPageSize.A4, margin); // Add table PdfTable table…
We're pleased to announce the release of Spire.Doc for Java 13.10.6. This version supports retrieving style change revisions, accepting or rejecting partial revisions, and tracking revision records for styles. Meanwhile, some issues that occurred when converting Word to PDF, HTML to Word, loading and saving Word documents 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 SPIREDOC-9691 SPIREDOC-8447 Added support for accepting or rejecting partial revisions. Document document = new Document(); document.loadFromFile(inputFile); RevisionInfoCollection revisionInfoCollection= document.getRevisionInfos(); for (int i = 0; i New feature SPIREDOC-10632…
We're pleased to announce the release of Spire.XLS for Java 15.10.5. This version optimizes memory consumption when loading Excel documents. Meanwhile, several issues related to retrieving checkboxes, loading large Excel files, worksheet formatting, and file saving have been successfully fixed. More details are listed below. Here is a list of changes made in this release Category ID Description Optimization SPIREXLS-5921 Optimized memory consumption when loading Excel documents. Bug SPIREXLS-5185 Fixed the issue where retrieving checkboxes failed. Bug SPIREXLS-5913 Fixed the issue where the application hung when loading Excel files under a configured JVM maximum memory limit. Bug SPIREXLS-5930 Fixed the…
We are delighted to announce the release of Spire.XLS 15.10.3. This version adds support for reading Office cached cloud fonts by default, in addition to system and in-memory fonts. It also adjusts the parameters of the AddDigitalSignature() and IDigitalSignatures.Add() methods, and fixes several known issues to improve the library’s stability and performance. Details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5979 Adds support for reading Office cached cloud fonts by default, besides system font directories and in-memory fonts. Adjustment - Modifies the parameter list of the AddDigitalSignature() and IDigitalSignatures.Add()…
Page 10 of 107
page 10