Copy link to clipboard
Copied
Hi, please help me.
i create a button and input under script, it's run when click button:
var pp = this.getPrintParams();
pp.firstPage = this.pageNum;
pp.lastPage = pp.firstPage;
pp.interactive = pp.constants.interactionLevel.full;
this.print(pp);
When i create sercurity for that file and dissable default print then it not working.
How to validate form before print document?
Copy link to clipboard
Copied
To run scripts, security must allow form filling.
Copy link to clipboard
Copied
How to enable security from javascript? i have password for edit field.
Copy link to clipboard
Copied
You can't.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now