Spire.PDF for Java 3.3.2

Spire.PDF for Java 3.3.2 supports expanding specific bookmarks

We're pleased to announce the release of Spire.PDF for Java 3.3.2. This version includes some fantastic features, for example it supports expanding specific bookmarks, and also supports getting the style of RadioButton field. Besides, some issues that occurred when manipulating PDF files are fixed. More details are listed in the following content.

Here is a list of changes made in this release

Category Description
Optimization Optimized the time for the conversion from PDF to Word
New Feature Supports setting custom width of signature/image/name/detail when signing PDF page.
signature.setCustomSignPosition(true).
signature.setCustomSignImagePosition(x,y,width,height).
signature.setCustomSignNamePosition(x,y,width,height)
signature.setCustomSignDetailPosition(x,y,width,height).
New Feature Supports setting the Author/Subject/CreationDate/ModifiedDate of PdfAnnotation.
setAuthor(String value);
setSubject(String value);
setCreationDate(Date value);
setModifiedDate(Date value);
New Feature Supports expanding specific bookmarks.
setExpandBookmark(boolean value)
New Feature Supports getting the style of RadioButton field.
PdfRadioButtonListFieldWidget radio = (PdfRadioButtonListFieldWidget)field;
 //Get the button style
PdfCheckBoxStyle buttonStyle = radio.getButtonStyle();
Bug Fixes the issue that the signature image was stretched after signing PDF.
Bug Fixes the issue that the application threw an exception "NullPointerException" after adding annotation in PDF.
Bug Fixes the issue that the image size became smaller after drawing the PDF page which contains Pdf button fields that filled with images into a new PDF page.
Click the link to download Spire.PDF for Java 3.3.2: