Is it possible in JavaScript to set the print range without bringing up the print dialog, especially from a bookmark entry.
Is it possible in JavaScript to set the print range without bringing up the print dialog, especially from a bookmark entry.
this.print({bUI: false, nStart: startPage, nEnd: endPage, bSilent: false});
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script