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()…
We’re pleased to announce the release of Spire.Doc 13.10.3. This version supports extracting a specified range of pages from a Word file to a different document. Meanwhile, it enhances the conversion from Word to PDF by fixing a series of known bugs. More details are given below. Here is a list of changes made in this release Category ID Description New Feature SPIREDOC-11429 Added the ExtractPages(int index, int count) method to extract a specified range of pages from the document. Document doc = new Document(); doc.LoadFromFile("sample.docx"); Document extractPage = doc.ExtractPages(0, 1); extractPage.SaveToFile("result.docx"); Bug Fix SPIREDOC-11174 Fixed the issue where content…
We're pleased to announce the release of Spire.PDF 11.10.4. This version supports validating the timestamp service URL address, and also successfully fixes some known issues that occurred when converting and comparing PDF files. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-7465 Added support for validating the timestamp service URL address. TSAHttpService timestampService = new TSAHttpService("http://time2.certum.pl"); TSAResponse response = timestampService.Check(); //if it is success to receive tsa token if (response.Success) { formatter.TimestampService = timestampService; } Bug SPIREPDF-3890 SPIREPDF-5888 SPIREPDF-6680 Improved the conversion effect from PDF to Word. Bug…
We're pleased to announce the release of Spire.PDF for C++ 11.10.0. The latest version fixes an issue where the program threw errors when extracting PDF page text. Details are shown below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-7685 Fixes an issue where the program threw errors when extracting PDF page text. Click the link below to download Spire.PDF for C++ 11.10.0: https://www.e-iceblue.com/Download/pdf-for-cpp.html
page 25