Hi all,
i want to be able from a word document (using PRINT field) to print 3 copies. every copy must be printed using different tray. how can i do that?
I'll confess up front that I don't know how to use the Word "PRINT" field, but if that's a way of passing thru PostScript code:
Device-specific commands are handled by the "setpagedevice" PostScript operator.
It can get tricky, depending on your setup. For example, you may be able to assing paper color "pink" to a specific tray, then you would use the MediaColor dictionary value "pink" and let the printer pick the tray:
Then too, paper size alone may cause the printer to switch trays. So specifying /PageSize [612 792] vs. /PageSize [792 612] may be enough to do the trick.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.