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…
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.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 glad to announce the release of Spire.PDF for Java 9.7.0. This version adds the new interface for converting PDF to Word and the new method for converting PDF to HTML. It also enhances the conversion from PDF to PowerPoint, HTML, images. In addition, some known issues are fixed in this version, such as the issue that the setting of the crop frame didn't work. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Adds the new interface for converting PDF to Word. PdfToWordConverter converter(inputPath); converter.saveToDocx(OutputPath); converter.dispose();…
Page 6 of 10
page 6