PCL Print Commands

J

Jim Nicholls

Word 2k

Hi

I'm using a print command to print the first page of my mailmerge simplex
and the second duplex. This works fine. I was wondering whether anyone out
there knows of a PCL command which dictates which tray each page is printed
on. The idea being that the first page prints on headed paper (from say tray
2) and the second page prints on plain paper (tray 3).

Thanks in advance.
 
S

Stacy Ann

Don't know how other offices do it, but that's exactly one of the things we
do in my office. I also don't know if it makes a difference what kind of
printer is being used. We use Xerox Docuprints.
The code we use for Tray 1 is: { PRINT 27 "&l1H" }
Tray 2: { PRINT 27 "&l21H" }


HTH
 
Top