User's Manual
PDL Reference Guide for Xerox
®
 ConnectKey
®
 Products     19 
Example 1 Header for Simple Print0 
%!PS 
%%XRXbegin 
%%OID_ATT_JOB_OWNER “John Smith”; 
%%OID_ATT_JOB_NAME “Print Job”; 
%%OID_ATT_COPY_COUNT 1; 
%%XRXend 
Example 2 Header for Proof Print 
%!PS 
%%XRXbegin 
%%OID_ATT_JOB_TYPE OID_VAL_JOB_TYPE_PROOF_PRINT; 
%%OID_ATT_COPY_COUNT 6; 
%%XRXend 
Example 3 Header for Finishing Options 
This job header specifies the following items: 10 copies; Duplex; Collated; Staples; Sent to the 
main tray; Job name; Bold image quality 
Note: To use the staple and collate features, you must send the output to the stacker 
%!PS 
%%XRXbegin 
%%OID_ATT_JOB_OWNER “John Smith”; 
%%XRXend 
<< /PageSize [612 792] >> setpagedevice 
<< /OutputType (MainTray) >> setpagedevice 
<< /Staple 3 >> setpagedevice 
<< /Duplex true /Tumble false >> setpagedevice 
<< /PostRenderingEnhance true >> setpagedevice 
<< /Collate true >> setpagedevice 
<< /NumCopies 10 >> setpagedevice 
Additional Information 
You can reach Xerox Customer Support at http://www.xerox.com or by calling Xerox Support in 
your country. 
Xerox Customer Support welcomes feedback on all documentation - send feedback via e-mail to: 
USA.DSSC.Doc.Feedback@xerox.com. 
Other Tips about Xerox multifunction devices are available at the following URL: 
http://www.office.xerox.com/support/dctips/dctips.html
. 










