public final class PdfJavaScriptStripper extends Object
Class for removing all Java Script code.
| Constructor and Description |
|---|
PdfJavaScriptStripper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
strip(InputStream inStream,
OutputStream outStream)
Remove Java Script from the document.
|
boolean |
strip(String inputFile,
String outputFile)
Remove Java Script from document.
|
public boolean strip(String inputFile, String outputFile)
Remove Java Script from document.
inputFile - File containig the document.outputFile - File where document will be stored.public boolean strip(InputStream inStream, OutputStream outStream)
Remove Java Script from the document.
inStream - Stream containing document.outStream - Stream where the document will be stored.Copyright © 2025 Aspose. All Rights Reserved.