search all javascript in pdf
Is there a way to search all of the javascript in a pdf? For example, if I get feedback in the console about a specific variable, how can I search for that variable?
Is there a way to search all of the javascript in a pdf? For example, if I get feedback in the console about a specific variable, how can I search for that variable?
Yes. Go to Tools - JavaScript - Edit All JavaScript. Either use an external editor (like Notepad) or copy and paste the code from there to such an application, and then search it.
However, do NOT edit that code directly. You could cause irreparable damage to the file. After you find the culprit go to that location (field script, doc-level script, etc.) and edit it there.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.