These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Ability to print form 3 times and then submit form

tgreiner
Registered: Aug 15 2006
Posts: 2

I'm interested in being able to print a form three times prior to submit. I've been able to use Execute Menu Item->Print three times and Submit Form as Standard Actions however, is there a way, using Javascript, to call up the print command a single time and have it print three copies?

My Product Information:
Acrobat Standard 7, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
The "doc.print()" function in Acrobat JS will only print a document once, however you can call it 3 times in a row with the parameters set to do it silently.

Thom Parker
WindJack Solutions
[url=http://www.windjack.com]www.windjack.com[/url]

The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/]http://www.adobe.com/devnet/acrobat/[/url]

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script