Spire.PDF for Java 5.4.2 supports setting SignImageLayout.Stretch to make signature picture automatically fit the signature field size
2022-04-24 06:13:42
We are glad to announce the release of Spire. PDF for Java 5.4.2. This version supports setting SignImageLayout.Stretch to make signature picture automatically fit the signature field size, also, it enhances the conversion from PDF to Word, PDF to PDFA3A as well as OFD to PDF. In addition, it fixes some known issues such as the image background color was incorrect after adding a watermark. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-2425 Supports setting SignImageLayout.Stretch to make signature picture automatically fit the signature field size. signature.setSignImageLayout(SignImageLayout.Stretch);…
Spire.PDF for Java 5.4.0 enhances the conversion from PDF to Word and PDF to PDFA
2022-04-08 09:19:00
We are happy to announce the release of Spire.PDF for Java 5.4.0. This version enhances the conversion from PDF to Word, PDF to PDFA. In addition, it fixes some known issues such as the application threw " NullPointerException" when getting PDF first page. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-4966 SPIREPDF-5003 Fixes the issue that the Chinese characters were garbled after converting PDF to PDFA. Bug SPIREPDF-4969 Fixes the issue that the application threw "NullPointerException" when converting PDF to word. Bug SPIREPDF-4971 Fixes the issue that the…
Spire.PDF for Java 5.3.1 supports converting a PDF to a Grayscale document
2022-03-17 01:24:25
We are glad to announce the release of Spire.PDF for Java 5.3.1. This version supports converting PDF to a Grayscale document. Besides, it enhances the conversion from PDF to PDFA1B. In addition, it fixes some known issues such as the obtained ComBoxField item value is incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-4915 Supports converting a pdf to a grayscale document. PdfGrayConverter converter = new PdfGrayConverter("ConvertToGrayPdf.pdf"); converter.toGrayPdf("output.pdf"); Bug SPIREPDF-4741 Fixes the issue that the obtained ComBoxField item value was incorrect. Bug SPIREPDF-4873 Optimizes the memory releasing…
Spire.PDF for Java 5.2.3 supports converting TIFF files to PDF as well as converting OFD format to PDF
2022-02-17 01:04:04
We are glad to announce the release of Spire.PDF for Java 5.2.3. This version supports converting TIFF files to PDF as well as converting OFD format to PDF, and it also supports determining whether PDF file was password encrypted. Besides, it enhances the conversion from PDF to HTML, PDF to PDFA1B, PDF to PDFA2A, PDF to image. In addition, it fixes some known issues such as the application threw "NullPointerException" when finding PDF text . More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-4131 Supports converting TIFF files…
Spire.PDF for Android via Java 4.1.0 fixes the issue that the application threw error when using product in high Gradle and SDK versions
2022-01-18 09:22:45
We are excited to announce the release of Spire.PDF for Android via Java 4.1.0. This version fixes the issue that the application threw "File Name : "?|"cannot be represented in dex format" when using product in high Gradle and SDK versions. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-4032 SPIREPDF-4187 Fixes the issue that the application threw "File Name : "?|"cannot be represented in dex format" when using product in high Gradle and SDK versions Click the link below to download Spire.PDF for Android via Java 4.1.0 https://www.e-iceblue.com/Download/pdf-for-android-via-java.html
Spire.PDF for Java 5.1.0 supports getting PDF PieceInfo dictionary information
2022-01-05 01:42:43
We are glad to announce the release of Spire.PDF for Java 5.1.0. This version supports getting PDF PieceInfo dictionary information as well as supports printing by a specified printer. Also, it enhances the conversion from PDF to Word, PDF to SVG. In addition, it fixes some known issues such as the picture of PDF file was not displayed correctly after compressing. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-4782 Supports printing by a specified printer. //Specify the printer name to print PrintSettings setting = pdf.getPrintSettings(); setting.setPrinter("Adobe PDF");…
Spire.PDF for Android via Java 3.12.2 fixes the issue that the encrypted PDF document failed to be opened
2021-12-30 05:57:33
We are glad to announce the release of Spire.PDF for Android via Java 3.12.2. This version fixes the issue that the encrypted PDF document failed to be opened and some of the metadata obtained was incorrect after encrypting a PDF with applying license. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-4831 Fixes the issue that the encrypted PDF document failed to be opened and some of the metadata obtained was incorrect after encrypting a PDF with applying license Click the link below to download Spire.PDF for Android via…
Spire.PDF for Java 4.12.1 supports converting PDF to linearized PDF
2021-12-06 01:59:21
We are happy to announce the release of Spire.PDF for Java 4.12.1. This version supports converting PDF to linearized PDF, and supports that the text of cell is not wrapped when converting PDF to Excel file.Besides, it enhances the conversion from PDF to OFD, PDF to PDFA. In addition, it fixes some known issues such as the image content was incorrect after compressing the images in PDF file. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-4781 Supports that the text of cell is not wrapped when converting…