Answered
Print Button
Hello,
I have a print button with the following script:
this.print({bUI: true, nStart: this.pageNum, nEnd: 1,bShrinkToFit: true});
I would like to also add the following features:
- hardcode: 2 sided printing or 1 sided printing.
- specify the number of copies.
- specify collate on or off
Thank you!
