PdfJavaScriptStripper.Strip

Strip(string, string)

Remove Java Script from document.

public bool Strip(string inputFile, string outputFile)
ParameterTypeDescription
inputFileStringFile containig the document.
outputFileStringFile where document will be stored.

Return Value

true if JavaScript was stripped successfully.

See Also


Strip(Stream, Stream)

Remove Java Script from the document.

public bool Strip(Stream inStream, Stream outStream)
ParameterTypeDescription
inStreamStreamStream containing document.
outStreamStreamStream where the document will be stored.

Return Value

true if JavaScript was stripped successfully.

See Also