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 the issue that the content lost when converting PDF to Word. |
Bug | SPIREPDF-5493 | Fixes the issue that it failed to get email address of the digital signature. |
Bug | SPIREPDF-5504 | Fixes the issue that the text lost when converting PDF to TIFF. |
Click the link below to download Spire.PDF for Java 8.11.0: