Printing from different trays

OliverHH

OliverHH

Member
Hi List,

In general I know that Xe is not able to print from different trays of 1 printer. So I set up 4 different printers on my print server(Win NT 4), each setup for a specific tray.
Printing test sheets from Windows works fine, but printing from Xe fat client (and citrix) allways prints from the default tray.

I need a PS printer because we need to print barcode. I printed to file (test page and Xe printout) and compared the output:

test page:
%%BeginFeature: *InputSlot Tray3*
<< /MediaPosition 3 >> setpagedevice
%%EndFeature

Xe output:
%%BeginFeature: *InputSlot Tray3*
<< /InputAttributes << /Priority [0] >> >> setpagedevice
%%EndFeature

If I manually add the line starting with MediaPosition to the Xe output file, it works fine.

Is there a chance to tell Xe to use the correct PS syntax?

For this example I used a Xerox Copier Printer DC440 running PS level 3

Thanks for your help....
 
Back
Top