User's Manual
PDL Reference Guide for Xerox
®
ConnectKey
®
Products 17
Section 8 (Closing Command, Required at end of Document)
<Esc>%-12345X
Sample PJL Headers
Note: This section is only an example that may include features and commands that do not exist
for every product model.
Example 1 Header for Simple Print
<Esc>%-12345X
@PJL SET COPIES= 1
@PJL COMMENT XRXbegin
@PJL COMMENT OID_ATT_JOB_OWNER “John Smith”;
@PJL COMMENT OID_ATT_JOB_NAME “Print Job”;
@PJL COMMENT XRXend
@PJL ENTER LANGUAGE=PCL
[Insert PCL document or text to be printed here]
<Esc>%-12345X
Example 2 Header for Proof Print
This is a proof print job header that requests 6 copies
<Esc>%-12345X
@PJL SET COPIES= 6
@PJL COMMENT XRXbegin
@PJL COMMENT OID_ATT_JOB_TYPE OID_VAL_JOB_TYPE_ PROOF_PRINT
@PJL COMMENT XRXend
@PJL ENTER LANGUAGE=PCL
[Insert PCL document or text to print here]
<Esc>%-12345X
Example 3 Header for Finishing Options
This is a proof print job header requesting the staple option. You must send the job to the stacker
using the native PCL command.
<Esc>%-12345X
@PJL COMMENT XRXbegin
@PJL COMMENT OID_ATT_JOB_OWNER “John Smith”
@PJL COMMENT OID_ATT_JOB_TYPE OID_VAL_JOB_TYPE_PROOF_PRINT;
@PJL COMMENT OID_ATT_FINISHING OID_VAL_FINISHING_STAPLE;
@PJL COMMENT XRXSTAPLE=PORTRAIT;
@PJL COMMENT XRXend
@PJL ENTER LANGUAGE=PCL
<Esc>&l2G
[Insert PCL document or text to print here]
<Esc>%-12345X
*** Some Products will need to only select the Stapler, the stacker will be automatically added.