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…
We are happy to announce the release of Spire.Presentation 8.7.2. This version adds a method for resetting the default font list for document conversion and adds a method for setting the preferred font to be used when converting PDF or image files that require fonts not installed in the system. Besides, it also enhances the conversion from PowerPoint to images. What's more, some known issues are fixed in this version, such as the issue that the resulting file failed to open after manipulating chart data. Here is a list of changes made in this release Category ID Description New feature…
We are excited to announce the release of Spire.PDF 9.7.14. This version supports retaining the same font name when converting PDF to Word and setting encryption options with the new interface when encrypting PDF documents. It also enhances the conversion from PDF to images. In addition, some known issues are fixed in this version, such as the issue that the table borders were thicker after printing PDF files. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-3578 Supports retaining the same font name when converting PDF to Word.…
page 70