Expand my Community achievements bar.

Elevate your expertise and be recognized as a true influencer! Nominations for the exclusive Adobe Community Advisor program 2023 are now OPEN.

Determine XDP or PDF w/ JavaScript

Avatar

Level 5
I have the requirement to pick up whether a form is a PDF or an XDP using JavaScript. The same form gets saved as each format, but there are few objects that are hidden in the PDF. Instead of manually making those changes every time the form gets saved, it would be better to just script the change so it is always reflected (and no one, down the road, will forget).



Any ideas on how to do this? I've been going through the JavaScript for Acrobat API, but can't find anything.



Thanks!



Ryan D. Lunka

Cardinal Solutions Group

rlunka@cardinalsolutions.com
1 Reply

Avatar

Not applicable
I am not sure I follow...javascript will only execute when the form is rendered at runtime. By the time script is executing it will already be a PDF....am I missing something?