News & Releases
|
|

Spire.PDF for Java 3.6.9 supports setting author and subject of PdfPopupAnnotation
We're pleased to announce the release of Spire.PDF for Java 3.6.9. This version supports setting author and subject of PdfPopupAnnotation and fixes the issues that occurred when converting Html to PDF, the index of image in page.ImagesInfo was inconsistent with the index of image in page.ReplaceImage method. See the content below for more details.
Here is a list of changes made in this release
| Category | ID | Description |
| New Feature | SPIREPDF-3333 | Supports setting author and subject of PdfPopupAnnotation.
PdfPopupAnnotation annotation = new PdfPopupAnnotation(rectangle2D, markupText);
annotation.setAuthor("e-iceblue");
annotation.setSubject("subject_popup");
|
| Bug | SPIREPDF-3291 | Fixes the issue that the index of image in page.ImagesInfo was inconsistent with the index of image in page.ReplaceImage method. |
| Bug | SPIREPDF-3360 | Fixes the issue that the application threw the "java.lang.UnsatisfiedLinkError" exception when using QT to convert html to PDF on MAC. |
Click the link to download Spire.PDF for Java 3.6.9: