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…
Spire.PDF for Java 10.9.0 supports extracting text from specified areas
2024-09-06 09:58:04
We're pleased to announce the release of Spire.PDF for Java 10.9.0. This version supports extracting text from specified areas, and preserving XMP data when converting PDF to PDF/A. Furthermore, some known issues that occurred when replacing, extracting text, and compressing images have been successfully fixed. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-6920 Adds the PreserveAllowedMetadata property to support preserving XMP data when converting PDF to PDF/A format documents. PdfStandardsConverter convert= new PdfStandardsConverter(outputFile_pdf); convert.getOptions().setPreserveAllowedMetadata(true); convert.toPdfA2A(outputFile_pdfA2A); New feature SPIREPDF-6977 Add a new interface 'PdfTextReplaceOptions.setReplacementArea(Rectangle2D rect)' to support extracting…
Spire.PDF for Java 10.8.1 enhances the conversions from PDF to SVG, Word and PPTX
2024-08-15 06:08:57
We're pleased to announce the release of Spire.PDF for Java 10.8.1. This version fixes some known issues that occurred when converting PDF to SVG/Word/PPTX, converting OFD to PDF, reading Tiff files and extracting table text. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6851 Fixes the issue that the program threw "NullPointerException" when converting PDF to SVG. Bug SPIREPDF-6881 Fixes the issue that some punctuation marks were missing when extracting table text. Bug SPIREPDF-6895 Fixes the issue that the content was lost when converting OFD to PDF. Bug SPIREPDF-6923…
Spire.PDF for Java 10.7.3 fixes the error occurred when opening compressed PDF files
2024-07-18 06:34:44
We're pleased to announce the release of Spire.PDF for Java 10.7.3. This version fixes some known issues that occurred when opening compressed PDF files, obtaining PDF JavaScript, compressing images and replacing text in PDFs. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6804 Fixes the error occurred when opening compressed PDF files. Bug SPIREPDF-6831 Fixed the issue that the effect of the PdfInkAnnotation added to PDF was incorrect. Bug SPIREPDF-6856 Fixes the issue that the program threw "NullPointerException" when obtaining the PDF JavaScript. Bug SPIREPDF-6865 Fixes the issue that…