Quantcast
Viewing all articles
Browse latest Browse all 1160

Printing on 2 different printers

I created a form using Livecycle 8.2.1. Right now when the guys use it in the field, on their laptops in their cars, they print 2 copies. One for the customer and one to bring back to the office. I would like to add a print button to the form so when they click it it will print the form on the printer in their cars and on a shared network printer at the office. Is this possible to print to 2 different printers with just one click of the print button?

 

I see when I add the print button to the form it shows this in the script editor.

 

xfa.host.print(1, "0", (xfa.host.numPages -1).toString(), 0, 0, 0, 0, 0);+

 

So, could I just add to the above

 

var pp=this.getPrintParams();

pp.printerName = "\\\\DPDSVR\Xerox WorkCentre 7435 PCL6";

this.print(pp);

 

Thanks for any help one could provide.


Viewing all articles
Browse latest Browse all 1160

Trending Articles