Answered
print certain pages
Hi, how can I print from a pdf document all the pages except the first one?
Agradeceria vuestra ayuda.
Hi, how can I print from a pdf document all the pages except the first one?
Agradeceria vuestra ayuda.
Sure:
this.print({nStart: 1, nEnd: this.numPages-1});
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.