Spire.PDF for Java 11.6.2 enhances the conversion form PDF to PDFA3B and PDFA1A
2025-06-19 01:49:02
We are delighted to announce the release of Spire.PDF for Java 11.6.2. This version enhances the conversion from PDF to PDFA3B and PDFA1A as well as OFD to PDF. Besides, some known issues are fixed successfully in this version, such as the issue that the font was incorrect when replacing text. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-7485 Fixed the issue that spaces were lost after converting PDF to PDFA3B. Bug SPIREPDF-7497 Fixed the issue that signatures were lost after converting PDF to PDFA1A. Bug SPIREPDF-7506 Fixed…
Spire.PDF for Java 11.5.2 enhances the conversions from PDF to PDF/A and Word
2025-05-23 08:25:40
We're pleased to announce the release of Spire.PDF for Java 11.5.2. The latest version enhances the conversions from PDF to PDF/A and Word. Moreover, some known bugs are fixed successfully in this update, such as the issue that the program threw a NullPointerException when adding annotations. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-7353 SPIREPDF-7489 Fixes the issue that the PDF to PDF/A validation failed. Bug SPIREPDF-7481 Fixes the issue that content was lost when converting SVG to PDF. Bug SPIREPDF-7484 Fixes the issue that the program threw…
Spire.PDF for Android via Java 10.4.0 adds a new feature
2025-04-29 07:51:42
We are delighted to announce the release of Spire.PDF for Android via Java 10.4.0. This version supports setting 'PreserveAllowedMetadata=true' when using PdfStandardsConverter. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-6921 Supports setting 'PreserveAllowedMetadata=true' when using PdfStandardsConverter. PdfStandardsConverter converter = new PdfStandardsConverter(stream); converter.Options.PreserveAllowedMetadata = true; Click the link below to get Spire.PDF for Android via Java 10.4.0: https://www.e-iceblue.com/Download/pdf-for-android-via-java.html
Spire.PDF for Java 11.4.2 supports signing with "digitalsignatures.PdfCertificate" using byte[] certificate data
2025-04-28 07:42:05
We are excited to announce the release of Spire.PDF for Java 11.4.2. This version supports using the byte[] certificate data when signing with "digitalsignatures. PdfCertificate". It also enhances the conversion from PDF to PDF/A and PowerPoint. Moreover, some known issues are fixed successfully in this version, such as the issue that the data extracted from tables was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-7460 Supports using the byte[] certificate data when signing with "digitalsignatures. PdfCertificate". PdfDocument pdf = new PdfDocument(); pdf.loadFromFile(inputFile); FileInputStream instream = new…
Spire.PDF for Java 11.3.5 optimizes OFD to PDF conversion time
2025-03-26 08:22:51
We are delighted to announce the release of Spire.PDF for Java 11.3.5. This version optimizes OFD to PDF conversion time. Besides, it also enhances the conversion from SVG to PDF. What’s more, some known issues are fixed successfully in this version, such as the issue that extra blank columns appeared when extracting tables. More details are listed below. Here is a list of changes made in this release Category ID Description Optimization SPIREPDF-7379 Optimizes OFD to PDF conversion time. Bug SPIREPDF-6909 SPIREPDF-6950 Fixes the issue that extra blank columns appeared when extracting tables. Bug SPIREPDF-7387 Fixes the issue that the…
Spire.PDF for Java 11.2.3 supports extracting video and audio content from PDF documents
2025-02-28 08:12:23
We are excited to announce the release of Spire.PDF for Java 11.2.3. This version supports extracting video and audio content from PDF documents. It also enhances the conversion from PDF to OFD. What’s more, some known issues are fixed successfully in this version, such as the issue that the content overlapped when drawing grid table text. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-7349 Supports extracting video and audio content from PDF documents. PdfDocument pdf = new PdfDocument(); pdf.loadFromFile(inputFile); FileOutputStream outputFileStream =null; for (int i = 0;…
Spire.PDF for Java 11.1.2 enhances the conversion from HTML to PDF using the ChromeHtmlConverter solution
2025-01-23 02:41:19
We're pleased to announce the release of Spire.PDF for Java 11.1.2. This version enhances the conversion from HTML to PDF using the ChromeHtmlConverter solution, and also fixes some issues that occurred when merging and printing PDF files. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-7316 Optimizes the speed of converting HTML documents to PDF documents using the ChromeHtmlConverter solution. Bug SPIREPDF-7018 Fixes the issue that the program threw a "PDF structure is not valid" error when merging PDF documents. Bug SPIREPDF-7155 Fixes the issue that the tables were…
Spire.PDF for Java 10.12.10 supports loading PDF documents with passwords from streams
2024-12-31 08:39:10
We are excited to announce the release of Spire.PDF for Java 10.12.10. This version supports loading PDF documents with passwords from streams. Besides, it enhances the conversion from PDF to text, Excel, and OFD. Moreover, a lot of known issues are fixed successfully in this version, such as the issue that digital signature validation failed. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-7262 Adds the PdfDocument.loadFromStream(InputStream stream, String password) method to support loading PDF documents with passwords from streams. Bug SPIREPDF-7026 Fixes the issue that the extraction…