Spire.PDF for Java 8.11.8 supports disposing PdfTrueTypeFont object
2022-11-24 02:05:39
We are glad to announce the release of Spire.PDF for Java 8.11.8. This version supports disposing PdfTrueTypeFont object. Besides, it enhances the conversion from PDF to Image. Moreover, some known issues are fixed, such as the issue that the extracted table content was incomplete. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5590 Supports disposing PdfTrueTypeFont object. pdfTrueTypeFont.dispose(); Bug SPIREPDF-3959 Fixes the issue that the table cell borders were not merged when converting PDF to Excel. Bug SPIREPDF-5505 Fixes the issue that the added signature by using pfx…
Spire.PDF for Java 8.11.0 supports setting the print range
2022-11-02 09:28:15
We are glad to announce the release of Spire.PDF for Java 8.11.0. This version supports setting the print range. Besides, it enhances the conversion from PDF to Word. Moreover, some known issues are fixed, such as the issue that the position of the added annotation was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports setting the print page range. pdf.getPrintSettings().selectPageRange(int fromPage, int toPage); PrintSettings setting = pdf.getPrintSettings(); doc.print(printSettings); Bug SPIREPDF-5293 Fixes the issue that the position of the added annotation was incorrect. Bug SPIREPDF-5377 Fixes…
Spire.PDF for Java 8.10.1 enhances the conversion from PDF to image
2022-10-17 07:56:18
We are pleased to announce the release of Spire.PDF for Java 8.10.1. This version enhances the conversion from PDF to image. Moreover, some known issues are fixed, such as the issue that the application threw "java.lang.NullPointerException" when finding keywords in PDF. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-4981 Fixes the issue that when setting DPI to 200%, the image location was incorrect after converting PDF to image. Bug SPIREPDF-5397 Fixes the issue that some content was still colored after converting PDF to grayscale. Bug SPIREPDF-5487 Fixes the…
Spire.PDF for Java 8.9.1 enhances the conversion from PDF to Excel and PDFA3A
2022-09-21 02:06:57
We are pleased to announce the release of Spire.PDF for Java 8.9.1. This version enhances the conversion from PDF to Excel and PDFA3A. Moreover, some known issues are fixed, such as the issue that the extracted table's contents were incomplete. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-5390 Fixes the issue that the bold font was lost when converting PDF to Excel Bug SPIREPDF-5402 Fixes the issue that the memory overflowed when converting PDF to Excel Bug SPIREPDF-5419 Fixes the issue that the application threw "java.lang.NullPointerException" when converting…
Spire.PDF for Android via Java 8.8.1 enhances the conversion from PDF to DOCX
2022-08-30 09:12:14
We are excited to announce the release of Spire.PDF for Android via Java 8.8.1. This version fixes the issue that caused image loss after converting PDF to DOCX and the issue that caused null pointer exception in the conversion from PDF to DOCX. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-5013 Fixes the issue that caused image loss after converting PDF to DOCX. Bug SPIREPDF-5289 Fixes the issue that caused null pointer exception in the conversion from PDF to DOCX. Click the link below to download Spire.PDF for…
Spire.PDF for Java 8.8.3 supports creating unordered lists in PDF
2022-08-22 08:07:18
We are glad to announce the release of Spire.PDF for Java 8.8.3. This version supports creating unordered lists in PDF and adjusts the internal security of signed timestamps. Besides, it enhances the conversion from PDF to Tiff. Moreover, some known issues are fixed. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports creating unordered lists in PDF. public void DrawMarker(PdfUnorderedMarkerStyle style, String outputFile) { PdfDocument doc = new PdfDocument(); PdfNewPage page = (PdfNewPage) doc.getPages().add(); PdfMarker marker = new PdfMarker(style); String listContent = "Data Structure\n" + "Algorithm\n" +…
Spire.PDF for Java 8.8.0 enhances the conversion from PDF to images, OFD and PDF/A3A
2022-08-03 09:06:40
We are happy to announce the release of Spire.PDF for Java 8.8.0. This version enhances the conversion from PDF to images, Tiff, OFD, and PDF/A3A as well as Tiff to PDF. Moreover, some known issues are fixed, such as the issue that the application threw exception "NullPointerException" when loading PDF. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-5248 Fixes the issue that some characters were incorrect after converting PDF to PDF/A3A. Bug SPIREPDF-5312 Fixes the issue that the application threw exception "Parameter is invalid" when converting PDF to…
Spire.PDF for Java 8.7.0 enhances the conversion from PDF to Word and Excel
2022-07-06 01:54:26
We are glad to announce the release of Spire.PDF for Java 8.7.0. This version enhances the conversion from PDF to Word, HTML, Excel, image, GrayPdf, as well as PDFA3A and SVG to PDF. Besides, some known issues are fixed, such as the issue that the location of found text was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-4764 Fixes the issue that the cells were not split correctly after converting PDF to Excel. Bug SPIREPDF-5130 Fixes the issue that the application threw "Path is empty" when converting…