Answered
print range with button
Hi, can I use button with script to make it print range of pages (page 3-6 and 9-11)?
Hi, can I use button with script to make it print range of pages (page 3-6 and 9-11)?
You can use this code in button ( keep in mind page 1 is 0, page 2 is 1, page 3 is 2...etc)
var x = this.getPrintParams();
x.printRange = [[2,5], [8,10]];
this.print(x);
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.