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.
Views
Replies
Total Likes
I've never used pdfMerger, but have you tried the following in the docReady event as suggested earlier?
event.target.print();
Views
Replies
Total Likes
I've never used pdfMerger, but have you tried the following in the docReady event as suggested earlier?
event.target.print();
Views
Replies
Total Likes
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
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies