Printing 1 Document to Different Trays

C

Chaz G

Does anyone know of a way to print 1 Document to multiple printer trays all
at the same time? I need to be able to print the same file on different types
of paper in different trays.
 
B

Bob I

I'm pretty sure your printer can only handle one sheet at a time. If you
want to print them sequentially,try making the document into multiple
pages, and set the tray for each page.
 
C

Chaz G

We have an Application that generates multiple Page Documents I don't need
them to print at the same time, I need in essance a "Print All" button to
automate going thru the print process and selecting trays 3 times.
 
B

Bob I

I don't think that you are going to be able to do that with out some
fancy programing on your part. What you could do is make/create 3
instances of the Printer with the selected tray changed for each and
then drag and drop the document on the three "printers".
 
Top