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

so this means that this actually gives me what I asked for:

 

var pp = this.getPrintParams();

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

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

this.print(pp);

 

1,1,89,89,2,2,89,89,3,3,89,89

 

This is the result in the print dialog box:   2 ; 90 ; 3 ; 90 ; 4 ; 90


Viewing all articles
Browse latest Browse all 15503

Trending Articles



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