Quantcast
Channel: Adobe Community: Message List - Printing & Prepress
Viewing all articles
Browse latest Browse all 15503

Re: print a large # of different pages eg. 1,301 2,301 3,301 and so on (301 is back side)

$
0
0

I have found this:  (i am now trying to print from a pdf with 90 pages) - somehow it adds one to the page no.

 

var pp = this.getPrintParams();

pp.interactive = pp.constants.interactionLevel.full;

pp.printRange=[[1,89],[2,89],[3,89]];

this.print(pp);

 

Result:

1,89,2,89,3,89

 

which gives         2 - 90 ; 3 - 90 ; 4 - 90  in acrobat's print dialog box!  Why?


Viewing all articles
Browse latest Browse all 15503

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>