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…
Spire PDF for Java 10.11.2 supports converting HTML strings to PDF documents
2024-11-29 08:20:02
We are excited to announce the release of Spire PDF for Java 10.11.2. The latest version supports converting HTML strings to PDF documents using ChromeHTMLConverter. Besides, some known bugs are fixed successfully in the update, such as the issue that content was lost when converting PDF to PDFA2A. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-7165 Supports converting HTML strings to PDF documents using ChromeHTMLConverter. ChromeHtmlConverter converter = new ChromeHtmlConverter(TestUtil.ChromiumPath); URI uri = new URI(converter.getUrl()); IWebSocketService webSocketService = (IWebSocketService) WebSocketServiceImpl.create(uri); converter.setWebSocketService(webSocketService); String htmlString = "<html><body><p style=\' color:black…
Spire.PDF for Java 10.10.7 supports converting HTML to PDF using the Chrome plugin
2024-10-30 08:15:43
We are excited to announce the release of Spire.PDF for Java 10.10.7. This version supports converting HTML to PDF using the Chrome plugin. It also enhances the conversion from PDF to images as well as HTML, SVG, and OFD to PDF. Moreover, a lot of known issues are fixed successfully in this version, such as the issue that setting custom properties for attachments did not take effect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-7120 Synchronizes the ToPdfX1A2001() method under the PdfStandardsConverter class to Java. New feature…
Spire.PDF for Java 10.10.0 supports returning error document information when merging documents reports errors
2024-10-09 07:07:34
We are delighted to announce the release of Spire.PDF for Java 10.10.0. This version supports returning error document information when merging documents reports errors. Besides, some known issues are fixed in this version, such as the issue that the red seal became black after encrypting PDF documents. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-7017 Supports returning error document information when merging documents reports errors. Bug SPIREPDF-7029 Fixes the issue that the red seal became black after encrypting PDF documents. Bug SPIREPDF-7033 Fixes the issue that the…