PdfJavaScriptStripper

PdfJavaScriptStripper class

Class for removing all Java Script code.

The PdfJavaScriptStripper type exposes the following members:

Constructors

NameDescription
PdfJavaScriptStripper()Initializes a new instance of the PdfJavaScriptStripper class

Methods

NameDescription
strip(input_file, output_file)Remove Java Script from document.
strip(in_stream, out_stream)Remove Java Script from the document.

See Also