Spire.PDF for Java 4.4.8

Spire.PDF for Java 4.4.8 adds a new method to remove JavaScript scripts

We are glad to announce the release of Spire.PDF for Java 4.4.8. This version adds a new method to remove JavaScript script and fixes the issue occurred when extracting text. More details are listed below.

Here is a list of changes made in this release

Category ID Description
New feature SPIREPDF-4194 Adds a new method to remove JavaScript scripts.
PdfDocument pdf = new PdfDocument();
pdf.loadFromFile(input);
pdf.removeDocumentJavaScript();
pdf.saveToFile(output, FileFormat.PDF);
Bug SPIREPDF-4104 Fixes the issue that the extracted text was incorrect.
Click the link below to download Spire.PDF for Java 4.4.8