Skip to main content
Participating Frequently
October 22, 2024
Question

PDF form with java script works in with adobe acrobat standard but not with acrobat reader / browser

  • October 22, 2024
  • 2 replies
  • 286 views

[Deleted by request]

2 replies

Thom Parker
Community Expert
Community Expert
October 22, 2024

On another note.  Browsers and most other non-Adobe PDF Readers do not implement JavaScript, so they cannot run scripts. 

 

Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often
Participating Frequently
October 22, 2024

How can I edit my post? or delete it?

Participating Frequently
October 22, 2024

please delete my post, I need to edit it but I am not able to edit it, so I have to create a new discussion.

Thom Parker
Community Expert
Community Expert
October 22, 2024

So, you need to do some debug on your script.  First, setup Reader to display the console window on an error (see screen shot below). Then, when the script runs in reader you'll know right away if the code is throwing an exception. 

Also, I would stronly suggest making a very simplified version for testing on Reader.  There is way too much going on in this script.  

 

 

Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often