Spire.PDF for Java | News & Releases
We're pleased to announce the release of Spire.PDF for Android via Java 10.8.0. This version introduces the PdfImageHelper class for image processing, and optimizes the methods for retrieving signature certificate names and registering table layout events. More details are listed below. Here is a list of changes made in this release Category ID Description Optimization - Introduced the PdfImageHelper class for processing PDF images. Before: // Get the image information on a PDF page PdfImageInfo[] imageInfo = page.getImagesInfo(); // Replace the first image page.replaceImage(0, image) // Delete the first image page.deleteImage(0); After: // Get the image information on a PDF…
We're pleased to announce the release of Spire.PDF for Java 12.3.9. This version enhances the conversion from PDF to PDF/A. Meanwhile, some issues that occurred when merging PDF documents and releasing resources have also been successfully fixed. More details are listed below. Here is a list of changes made in this release Category ID Description Bug Fix SPIREPDF-7811 Fixes the issue where a java.lang.NullPointerException was thrown when merging PDF documents. Bug Fix SPIREPDF-7931 Fixes the issue where a java.lang.NullPointerException was thrown when releasing resources during PDF merging. Bug Fix SPIREPDF-7995 Fixes the issue where partial text was missing when converting…
We're pleased to announce the release of Spire.PDF for Java 12.3.6. This version fixes several issues encountered during PDF to PDF/A-1a conversion and PDF document loading. More details are listed below. Here is a list of changes made in this release Category ID Description Bug Fix SPIREPDF-7682 Fixed an issue where images placed at the bottom layer appeared above text after converting PDF to PDF/A-1a. Bug Fix SPIREPDF-7944 Fixed an issue where the application hung when loading a PDF document. Bug Fix SPIREPDF-7978 Fixed an issue where partial text was lost after converting PDF to PDF/A-1a. Bug Fix SPIREPDF-7979 SPIREPDF-7993…
We’re pleased to announce the release of Spire.PDF for Java 12.3.2. This version adds support for setting the PDF 2.0 version. It also fixes several issues, including a problem where punctuation marks appeared at the beginning of lines when rendering Chinese text. More details are listed below. Here is a list of changes made in this release Category ID Description New Feature SPIREPDF-4796 Added support for setting the PDF 2.0 version. doc.getFileInfo().setVersion(PdfVersion.Version_2_0); Bug Fix SPIREPDF-6872 Fixed an issue where punctuation marks appeared at the beginning of lines when rendering Chinese text. Bug Fix SPIREPDF-7863 Fixed an issue where OFD files…
We’re excited to announce the release of Spire.PDF for Java 12.2.1. This update primarily addresses PDF-to-Word conversion issues. More details are as follows. Here is a list of changes made in this release Category ID Description Bug Fix SPIREPDF-5896 Fixed the issue where image content appeared blurry when converting PDF to Word. Bug Fix SPIREPDF-7700 SPIREPDF-7914 Fixed the issue where incorrect conversion results occurred in PDF to Word. Bug Fix SPIREPDF-7933 Fixed the issue where loading PDF documents resulted in a "file structure is not valid" error. Bug Fix SPIREPDF-7895 SPIREPDF-7905 Optimized the overload method (setBackgroundImage(PdfImage image)) for setting background…
We're pleased to announce the release of Spire.PDF for Java 12.1.4. This version adds support for saving PDF comparison results directly to file streams. In addition, multiple issues related to PDF conversion, rendering, printing, and stability have been fixed, with further improvements made to performance and layout accuracy. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-7880 Added support for saving PDF comparison results to file streams. // Create a new PdfDocument object 'pdf1' to work with the first PDF file PdfDocument pdf1 = new PdfDocument(); // Load…
We're glad to announce the release of Spire.PDF for Android via Java 10.7.9. This version adds support for converting PDF to Markdown. Details are listed below. Here is a list of changes made in this release Category ID Description New feature - Adds support for converting PDF to Markdown. PdfDocument pdf = new PdfDocument(inputFile); pdf.saveToFile(OutputFile, FileFormat.Markdown); PdfDocument pdf = new PdfDocument(); pdf.loadFromFile(inputFile); ByteArrayOutputStream ms = new ByteArrayOutputStream(); pdf.saveToStream(ms, FileFormat.Markdown); FileOutputStream outputStream = new FileOutputStream(new File(OutputFile)); outputStream.write(ms.toByteArray()); outputStream.close(); pdf.dispose(); Click the link below to download Spire.PDF for Android via Java 10.7.9: https://www.e-iceblue.com/Download/pdf-for-android-via-java.html
We’re pleased to announce the release of Spire.PDF for Java 11.12.16. This version reduced the file size of spilt PDF documents, and fixed several known bugs related to form fields and OFD to PDF conversion. More details are as follows. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-7837 Fixed an issue where the size of individual PDF files generated after splitting a PDF was larger than that of the original PDF. Bug SPIREPDF-7844 Fixed an issue where the retrieved value of combo boxes was incorrect. Bug SPIREPDF-7857 Fixed an issue where retrieving the…
Page 1 of 11
page 1