Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PCL Command to Print Multiple Copies with Collating

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
0
0
I am using 3 PCL commands in a Word document. One selects from the approproate drawer, one controls short or long edge duplexing and the third controls the number of copies. My problem is when I print, say 3 copies of the document, it does not collate correctly. Page 1 and 2 print duplexed 3 times followed by page 3 printing 3 times. Is there a way with PCL printer commands to control collating so I get page 1-3 together instead of page 1-2 grouped then page 3 grouped. I've included my PCL commands being used in my document.
PRINT 27"&l2S" --- Duplexing
PRINT 27"&l20H" -- Paper Drawer
PRINT 27"&l2X" --- Copies
 
You can't do this with PCL commands. You have to
print a single copy and run the job three times to
get the output collated.

Jim Asman
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top