Aspose::Pdf::Facades::PdfJavaScriptStripper::Strip method

PdfJavaScriptStripper::Strip(System::SharedPtr<System::IO::Stream>, System::SharedPtr<System::IO::Stream>) method

Remove Java Script from the document.

bool Aspose::Pdf::Facades::PdfJavaScriptStripper::Strip(System::SharedPtr<System::IO::Stream> inStream, System::SharedPtr<System::IO::Stream> outStream)
ParameterTypeDescription
inStreamSystem::SharedPtr<System::IO::Stream>Stream containing document.
outStreamSystem::SharedPtr<System::IO::Stream>Stream where the document will be stored.

ReturnValue

true if JavaScript was stripped successfully.

See Also

PdfJavaScriptStripper::Strip(System::String, System::String) method

Remove Java Script from document.

bool Aspose::Pdf::Facades::PdfJavaScriptStripper::Strip(System::String inputFile, System::String outputFile)
ParameterTypeDescription
inputFileSystem::StringFile containig the document.
outputFileSystem::StringFile where document will be stored.

ReturnValue

true if JavaScript was stripped successfully.

See Also