Bernd Alheit wrote:
Where did you use the variable adobePrintSettings ?
That is the alias I am using to hold the javascript object 'getPrintParams. This was taken from the Acrobat JavaScript API SDK (PDF page 583 under gPDdoc>PrinterName):
>>>>>>Acrobat JavaScript API SDK>>>>>>>
Example 1
var pp = this.getPrintParams();
pp.printerName = "hp officejet d series";
this.print(pp);