Question
Print specific pages multiple times
Hi,
I need a script to print out page 1-6 three times and page 7 one time. I have made a button with the following script:
this.print(true, 0, 6);
this.print(true, 0, 5);
this.print(true, 0, 5);
How can I make this into one code to avoid the print window (ctrl + P) to appear three times?
Jenny
