Class RemoveJavaScript

java.lang.Object
org.jpedal.manipulator.RemoveJavaScript
All Implemented Interfaces:
org.jpedal.manipulator.Manipulation

public class RemoveJavaScript extends Object implements org.jpedal.manipulator.Manipulation
Removes JavaScript from a document
  • Field Details

    • JS_KEYS

      public static final Set<String> 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.