Package org.jpedal.manipulator
Class RemoveJavaScript
java.lang.Object
org.jpedal.manipulator.RemoveJavaScript
- All Implemented Interfaces:
org.jpedal.manipulator.Manipulation
Removes JavaScript from a document
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRemove all JavaScript (ECMAScript) from the current document. -
Method Summary
-
Field Details
-
JS_KEYS
Set of JS associated keys. As of PDF 2.0, the below keys shall always be related to ECMAScript and will not appear in other contexts.
-
-
Constructor Details
-
RemoveJavaScript
public RemoveJavaScript()Remove all JavaScript (ECMAScript) from the current document.
-