Skip to Content
0
Former Member
Feb 01, 2011 at 06:35 PM

Adobe LC - Setting Advanced Print Options

214 Views

Dear all,

I'm looking for possibility to use the .getPrintParams object via JS in the SFP. I would like to set-up nUpNumPagesH and some other attributes for printing.

This code doesn't work:

var pp = this.PrintParams();
pp.pageHandling = pp.constants.handling.nUp;
pp.printerName = "Fax";
pp.nUpNumPagesH=1;
pp.nUpNumPagesV=2;
this.print(pp);

I found information that it is not possible to set this prameter in the Adobe LC designer - I don't believe :o)

Thank you,

Jiri