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