We are pleased to announce the release of Spire.Presentation 9.1.5. This version supports embedding fonts in PPTX and provides the IsHidden property to determine whether the Ole object is hidden. In addition, some known issues have been fixed, such as the issue that the program threw "Microsoft PowerPoint 2007 file is corrpt." when loading a PPTX file when the system language was set to Turkish. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Support embedding fonts in PPTX: only supports embedding fonts into PPTX format, and does…
We are excited to announce the release of Spire.Doc for Java 12.1.16. This version add the Bookmark.getFirstColumn() method and the Bookmark.getLastColumn() method, and optimizes the exception catching mechanism when loading a non-existent document path. It also enhances the conversion from Word to PDF and HTML. Besides, some known issues are fixed successfully in this version, such as the issue that the effect of accepting revisions was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-10090 Addes the Bookmark.getFirstColumn() method and the Bookmark.getLastColumn() method. New feature SPIREDOC-10163 Optimizes…
We are happy to announce the release of Spire.PDF 10.1.17. This version enhances the conversion from PDF to images and OFD as well as OFD and HTML to PDF. Moreover, some known issues are fixed in this version, such as the issue that content overlapped after replacing text. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6278 Fixes the issue that the result of drawing HTML text using PdfHTMLTextElement interface was incorrect. Bug SPIREPDF-6400 Fixes the issue that the program threw System.OutOfMemoryException when saving a document after adding a…
We are pleased to announce the release of Spire.PDF for Java 10.1.9. This version adds two new methods for decrypting PDFs. The conversion from PDF to images, XLSX and OFD to PDF has also been enhanced. Besides, some known issues are fixed successfully in this version, such as the issue that the content was garbled after replacing text. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-6479 Adds two new methods for decrypting PDFs. PdfDocument pdf1 =new PdfDocument(); pdf1.loadFromFile("input.pdf"); pdf1.decrypt(); pdf1.saveToFile("output.pdf"); PdfDocument pdf2 =new PdfDocument(); pdf2.loadFromFile("input.pdf"); pdf2.decrypt(ownerPassword); pdf2.saveToFile("output.pdf");…
We are excited to announce the release of Spire.XLS for C++ 14.1.3. This version adds a custom exception class called SpireException. In addition, it also enhances the conversion from Excel to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Adds a custom exception class called SpireException. Bug SPIREXLS-5040 Fixes the issue that the header height was increased after converting Excel to a PDF when the system language environment was set to Spanish. Click the link below to download Spire.XLS for C++ 14.1.3: https://www.e-iceblue.com/Download/xls-for-cpp.html
We are happy to announce the release of Spire.Barcode for Java 5.1.3. This version supports adding pictures to the center of QR code. It also fixes the issue that barcode recognition failed in vertical orientation. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - The method for applying a license has been changed to com.spire.barcode.license.LicenseProvider.setLicenseKey(key). New feature SPIREBARCODE-244 Supports adding pictures to the center of QR code. BarcodeSettings barCodeSetting = new BarcodeSettings(); BufferedImage image = ImageIO.read(new File("Image/1.png")); barCodeSetting.setQRCodeLogoImage(image); Bug SPIREBARCODE-243 Fixes the issue that barcode recognition failed in…
We are pleased to announce the release of Spire.Presentation 9.1. This version upgrades the VS2019 project framework to version 4.6.2. In addition, a series of other adjustments have been made, such as the removal of MonoAndroid and Xamarin.iOS. More details are listed below. Here is a list of changes made in this release Category ID Description Adjustment - Upgrades the VS2019 project framework to version 4.6.2. Adjustment - Removes MonoAndroid and Xamarin.iOS. Adjustment - Removes the reference of Spire.Pdf.dll from the product. Adjustment - "Spire.Pdf.PdfConformanceLevel" has been deprecated and replaced with the new interface "Spire.Presentation.External.pdf.PdfConformanceLevel". presentation.SaveToPdfOption.PdfConformanceLevel = Spire.Presentation.External.Pdf.PdfConformanceLevel.Pdf_A1A; Adjustment -…
We are excited to announce the release of Spire.PDF for Android via Java 10.1.1. This version supports converting PDF documents to SVGZ documents and comparing PDF documents. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports comparing PDF documents. PdfDocument pdf1 = new PdfDocument(inputFile_1); PdfDocument pdf2 = new PdfDocument(inputFile_2); PdfComparer compare = new PdfComparer(pdf1, pdf2); compare.getOptions().setPageRanges(0, pdf1.getPages().getCount() - 1, 0, pdf2.getPages().getCount() - 1); compare.compare(outputFile); New feature - Supports converting PDF documents to SVGZ documents. PdfDocument pdf = new PdfDocument(inputFile); pdf.saveToFile(outputFile, FileFormat.SVGZ); Click the link below to get…
page 49