Copy link to clipboard
Copied
Is it possible to delete all Hidden fields in a PDF forms using Javascript? I don’t want to use the Remove Hidden Information command since I still want the others fields to be live.
Thanks!
Copy link to clipboard
Copied
You can use the doc.removeField JavaScript method. You script could contain a loop that checks each field, and if it's hidden, deletes it. If you'd like help with the script, post again.
Copy link to clipboard
Copied
I’ll give it a try... Thanks!