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

Printing page twice without dialog box modify script ?

jenawyn
Registered: Apr 1 2011
Posts: 12
Answered

Hi,
 
I know that this script will print 2 pages once via the dialog box and if I change
bUI: to false the dialog box wont show and it will print the pages once.
 
this.print({
bUI: true,
bSilent: true,
bShrinkToFit: true,
nStart: 0,
nEnd: 1,
});
 
How do I get it to print 2 copies of the same 2 pages.
 
No fancy 2 pages to one page, just 2 copies of the same 2 pages ??
 
In other words send it to the printer once without sending twice.
 

My Product Information:
Acrobat Pro 9.4.2, Windows
try67
Expert
Registered: Oct 30 2008
Posts: 2398
Accepted Answer
Copy & paste the code so it's executed twice.
If you want to do it more than that you can use a loop.

- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com