Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
A pdf template was created using adobe livecycle, then the final pdf is created using pdfMerger. Is there a way to invoke the print dialog as soon as the pdf is open? Is there any javascript thate needs to be used?
Solved! Go to Solution.
I've never used pdfMerger, but have you tried the following in the docReady event as suggested earlier?
event.target.print();
View solution in original post
Thanks George. Your solution worked to perfection. I was looking at all kinds of twisted scipts and all it took was an event. Thanks again.
Views
Likes
Replies