Example 1 Header for Simple Print0
Note:
The header for simple
print specifies the Job
Owner, Job Name, and
one copy.
The quotations in the
Job Owner and Job
Name lines are required.
%!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
Note:
This is a proof print job
header. This job requests
6 copies.
%!PS
%%XRXbegin
%%OID_ATT_JOB_TYPE OID_VAL_JOB_TYPE_PROOF_PRINT
%%OID_ATT_COPY_COUNT 6
%%XRXend
Example 3 Header for Finishing Options
Note:
This job header specifies
the following items:
• 10 copies
• Duplex
• Collated
• Stapled
• 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
dc10cc0465
Customer Support
Page 25