News Category

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…
We are delighted to announce the release of Spire.Office for Java 9.1.4. In this version, Spire.PDF for Java improves the efficiency of drawing watermarks; Spire.Doc for Java adds a new method to add image watermark; Spire.Presentation for Java improves the speed of converting PowerPoint to SVG. In addition, many known issues are fixed in this version. More details are listed below. Click the link to download Spire.Office for Java 9.1.4: https://www.e-iceblue.com/Download/office-for-java.html Here is a list of changes made in this release Spire.PDF for Java Category ID Description New feature SPIREPDF-6454 Improves the efficiency of drawing watermarks. New feature SPIREPDF-6459 Adds…
We are pleased to announce the release of Spire.Doc for Java 12.1.10. This version changes the namespace com.spire.ms.Printing.* to com.spire.doc.printing.*. In addition, some known issues have also been successfully fixed in this version, such as the issue that the program threw “java.lang.OutOfMemoryError” exception when converting Word to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description Adjustment - Changes the namespace com.spire.ms.Printing.* to com.spire.doc.printing.* Bug SPIREDOC-8618 Fixes the issue that the program threw "Error loading file: Unsupported file format" exception when converting Doc to Docx. Bug SPIREDOC-8694 Fixes the issue…
Page 7 of 60