We are pleased to announce the release of Spire.Doc for Java 11.8.1. This version supports setting the position of the gutter line and setting the spacing before/after paragraphs in line units. What's more, some known issues are fixed in this version, such as the issue that the program threw a java.lang.IllegalStateException exception when converting Word to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-4902 Support setting the position of the gutter line. Document doc = new Document(); doc.loadFromFile(inputFile); Section sec = doc.getSections().get(0); sec.getPageSetup().isTopGutter(false); sec.getPageSetup().setGutter(100f); doc.saveToFile(outputFile, FileFormat.Docx);…
We are excited to announce the release of Spire.Doc 11.8.2. This version exposes the AllowOverlap and BehindText properties under the ShapeObject object. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-9758 Exposes the AllowOverlap and BehindText properties under the ShapeObject object Click the link to download Spire.Doc 11.8.2: https://www.e-iceblue.com/Download/download-word-for-net-now.html More information of Spire.Doc new release or hotfix: https://www.e-iceblue.com/forum/spire-doc-new-release-or-hotfix-t4749.html
Thanks to the unremitting efforts of our team, Spire.Presentation for Python has been launched during August 2023. This exciting new product is now available for downloading. Welcome to try it out. More Python products will be coming soon. Spire.Presentation for Python Spire.Presentation for Python is a professional Python PowerPoint development component that can be used on various Python platforms. This component provides a PowerPoint object model which can help developers quickly create, edit, convert, or save PowerPoint presentations. Click the following link to get Spire.Presentation for Python: https://www.e-iceblue.com/Download/Spire-Presentation-Python.html Contact Us Sales: sales@e-iceblue.com Technical Support: support@e-iceblue.com Skype ID: iceblue.support
We are happy to announce the release of Spire.Office 8.8.0. In this version, Spire.Presentation adds a method for resetting the default font list for document conversion; Spire.PDF supports PDF documents text comparison function and retaining the same font name when converting PDF to Word; Spire.XLS supports setting the paper size to DIN A0 and grayscale printing. 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 v11.7.25 Spire.Pdf.dll v9.7.17…
We are glad to announce the release of Spire.XLS for .NET 13.8.0. This version supports setting paper size to DIN A0 and supports grayscale printing. It also optimizes performance for converting xlsx to HTML with long processing time and high memory consumption. Besides, it enhances the conversion from Excel to PDF and image. In addition, many known issues are fixed in this version, such as the issue that involved failed font replacement. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-288 Supports setting paper size to DIN A0.…
We are happy to announce the release of Spire.Doc 11.7.25. This version enhances the conversion from Word to PDF and HTML to Word. Besides, a lot of known issues are fixed successfully in this version, such as the issue that populated values for mail merge fields were updated incorrectly. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-7603 Fixes the issue that the header wrapped after converting Word to PDF. Bug SPIREDOC-9190 Fixes the issue that hyperlinks were invalid after converting Word to PDF. Bug SPIREDOC-9422 Fixes the issue…
We are pleased to announce the release of Spire.PDF 9.7.17. This version supports PDF documents text comparison function. What’s more, some known issues are fixed in this version, such as the issue that it consumed excessive resource when converting PDF to OFD. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports PDF documents text comparison function. PdfDocument pdf1 = new PdfDocument(inputFile_1); PdfDocument pdf2 = new PdfDocument(inputFile_2); PdfComparer compare = new PdfComparer(pdf1, pdf2); compare.Options.SetPageRanges(0, pdf1.Pages.Count - 1, 0, pdf2.Pages.Count - 1); compare.Compare(outputFile); Bug SPIREPDF-6113 Fixed the issue that…
We are pleased to announce the release of Spire.PDF for Java 9.7.8. This version adds a new interface for converting PDF to Word, a new interface for setting the "crop box" and adds a new interface for setting margins when printing documents. It also enhances the conversion from PDF to Word, PDFA, OFD. In addition, some known issues are fixed in this version, such as the issue that the application threw exception: java.lang.NullPointerException when loading a PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5843 SPIREPDF-5854 Adds…
page 57