We are delighted to announce the release of Spire.PDF for Java 10.2.6. This version fixes many known issues, such as the issue that the result of signature verification was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6523 Fixes the issue that the program threw java.lang.NullPointerException exception when creating a template for the first page. Bug SPIREPDF-6527 Fixes the issue that compression of PDF documents did not work. Bug SPIREPDF-6534 Fixes the issue that the program threw java.lang.NullPointerException when comparing documents. Bug SPIREPDF-6535 Fixes the issue that the…
We're glad to announce the release of Spire.PDF for Java 10.2.0. In this version, some known issues have been fixed, such as the issue that the creation time obtained from a PDF document was wrong, and the issue that redrawing extracted images to a page failed. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6465 Fixes the issue that the creation time obtained from a PDF document was wrong. Bug SPIREPDF-6503 Fixes the issue that redrawing extracted images to a page failed Bug SPIREPDF-6504 Fixes the issue that the…
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.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.PDF for Java 10.1.5. This version fixes the issue that no resulting documents were generated after performing batch text replacement on multiple PDF documents under multi-threading. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6484 Fixes the issue that no resulting documents were generated after performing batch text replacement on multiple PDF documents under multi-threading. Click the link below to download Spire.PDF for Java 10.1.5: https://www.e-iceblue.com/Download/pdf-for-java.html
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…
Page 5 of 10
page 5