We are delighted to announce the release of Spire.PDF for Java 10.1.3. This version adds the PdfTextReplacer interface to implement text replacement function and the PdfImageHelper interface to implement image deletion, extraction, replacement, and compression functions. Besides, it improves the efficiency of drawing watermarks. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-6454 Improves the efficiency of drawing watermarks. New feature SPIREPDF-6459 Adds the PdfTextReplacer interface to implement text replacement function. PdfDocument pdf = new PdfDocument(); pdf.loadFromFile("sample.pdf"); PdfPageBase page = pdf.getPages().get(0); PdfTextReplacer replacer = new PdfTextReplacer(page); PdfTextReplaceOptions options=…
We are pleased to announce the release of Spire.PDF for Java 9.12.0. This version enhances the conversion from PDF to SVG, PDF/A1B, and PDF/A2A. Besides, some known issues are fixed successfully in this version, such as the issue that the stamps were lost when printing PDF after adding stamps and locking them. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6265 Fixes the issue that the result document was blank when converting PDF to SVG on Linux system. Bug SPIREPDF-6363 Fixes the issue that the result document didn't meet…
We are delighted to announce the release of Spire.PDF for Java 9.11.3. This version enhances the conversion from PDF to Word documents and PPTX files. Besides, some known issues are fixed successfully in this version, such as the issue that extracting the contents of tables in PDF failed. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-5830 Fixes the issue that extracting the contents of tables in PDF failed. Bug SPIREPDF-6315 Fixes the issue that the content was drawn repeatedly when converting PDF to PPTX on Ubuntu system. Bug…
We are delighted to announce the release of Spire.PDF for Java 9.10.3. This version supports configuring AES encryption algorithms and setting the names of existing fields. Besides, it also enhances the conversion from PDF to SVG, PPTX, and PDFA2B as well as OFD to PDF. In addition, some known issues are fixed successfully in this version, such as the issue that the application threw the "NullPointerException" when loading PDF documents. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Synchronizes the new encryption and decryption interface to Java,…
We are pleased to announce the release of Spire.PDF for Android via Java 9.10.1. This version supports setting encryption options when encrypting PDF documents and determining whether PDF document stream is encrypted. Besides, it also adds a new method to convert PDF to Word. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-6190 Support setting encryption options when encrypting PDF documents. PdfDocument pdfdoc = new PdfDocument(); pdfdoc.loadFromFile(inputFile); PdfSecurityPolicy securityPolicy = new PdfPasswordSecurityPolicy("123", "e-iceblue"); securityPolicy.setEncryptionAlgorithm(PdfEncryptionAlgorithm.AES_128); securityPolicy.setEncryptMetadata(false); pdfdoc.encrypt(securityPolicy); pdfdoc.saveToFile(outputFile); New feature - Supports determining if a PDF document stream is…
We are excited to announce the release of Spire.PDF for Java 9.9.6. This version supports converting PDF to SVGZ and comparing PDF documents. It also enhances the conversion from PDF to Excel, SVG, and PPTX. Moreover, some known issues are fixed in this version, such as the issue that the program threw "PDF file structure is not valid" when loading PDF documents. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-6082 SPIREPDF-6178 SPIREPDF-6220 Provides the XlsxSpecialTableLayoutOptions interface to optimize formatting when converting PDF with tables to Excel. PdfDocument…
We are pleased to announce the release of Spire.PDF for Java 9.9.2. This version fixes the issue that the characters overlapped when converting OFD to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6241 Fixes the issue that the characters overlapped when converting OFD to PDF. Click the link below to download Spire.PDF for Java 9.9.2: https://www.e-iceblue.com/Download/pdf-for-java.html
We are happy to announce the release of Spire.PDF for Java 9.8.6. This version enhances the conversion from PDF to SVG and Excel. Besides, it also fixes the issue that setting the font of the text box did not take effect. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6104 Fixes the issue that some borders of charts were cropped after converting PDF to SVG. Bug SPIREPDF-6133 Fixes the issue that the cell merge of the same column was incorrect after converting PDF to Excel. Bug SPIREPDF-6209 Fixes the…
Page 3 of 8
page 3