Hi Folks,
I've spent this morning trying to work out why this built in function isn't doing what it is suppose to do. I need to print the first page of a bunch of pdfs to images. The script says that's what it does but it always prints all the pages.
I've been racking my brains (based on what I've read so far it seems this should work), I've changed parameter values, added start 0 end 1. When I make b.silent false the print box even says 1 page...
but it doesn't work for me. Any ideas?
/* Print 1st Page */
/* This sequence prints the first page of
each document selected to the default printer.
*/
this.print
({
bUI: false,
nStart: 0,
bSilent: true,
bShrinkToFit: true
});
Thanks in advance,
Phil.
ps Thread moved from here:
http://acrobatusers.com/forums/aucbb/viewtopic.php?id=2934