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…
We are excited to announce the release of Spire.Presentation for Java 8.7.3. This version supports selecting multiple slides and converting them into one SVG file. It also enhances the conversion from PowerPoint to images. Moreover, some known issues are fixed in this version, such as the issue that the text layout was messed up after converting PowerPoint to images. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2293 Supports selecting multiple slides and converting them into one SVG file. Presentation ppt = new Presentation(); ppt.loadFromFile("input.pptx"); //saveToOneSVG(int startSlide,int endSlide)…
We are excited to announce the release of Spire.PDF for Android via Java 9.7.1. This version supports PDF to PPTX conversion and image compression. It also changes the way to get Metadata. Besides, the release also includes bug fixes. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports converting PDF to PPTX. String input = "data/JavaPDFSample_1.pdf"; String output = "output/toPPTX.pptx"; //Load a pdf document PdfDocument doc = new PdfDocument(); doc.loadFromFile(input); //Convert to pptx file. doc.saveToFile(output, FileFormat.PPTX); doc.close(); New feature - Supports image compression. PdfCompressor compressor = new…
page 80