User's Manual
PDL Reference Guide for Xerox
®
 ConnectKey
®
 Products 
Basic PostScript/DSC Template 
This section is an example of a standard PostScript template that is used to access general print 
features. This template lists each feature and the syntax, both Postscript commands and DSC 
(Document Structuring Conventions) required. 
Note: This section is only an example that may include features and commands that do not exist 
for every product model. 
This example print job specifies the following items; Job owner; Job name; 11 x 17 paper size; 
Drilled; Ivory paper; 1200 x 1200 resolution; Staple off; Landscape; Sample set; Draft mode; 
Offset off; Banner sheet off; Duplex long edge; One copy 
Section 1 (Adobe Reference Command) 
%!PS 
Section 2 (XRXbegin - Opening Comment Statement, Required) 
%%XRXbegin 
Section 3 (OID Commands) 
%%OID_ATT_JOB_OWNER "John Smith"; (Quotation marks are required) 
%%OID_ATT_JOB_TYPE OID_VAL_JOB_TYPE_PRINT; 
%%OID_ATT_START_SHEET OID_VAL_JOB_SHEET_NONE; 
%%OID_ATT_JOB_NAME "Readme.txt"; (Quotation marks are required) 
%%OID_ATT_PRINT_QUALITY OID_VAL_PRINT_QUALITY_DRAFT; 
Section 4 (XRXend - Closing statement for Comment Section, Required) 
%%XRXend 
Section 5 (Options Such as Selecting Different Fonts, Simplex, Duplex, etc.) 
<< /PostRenderingEnhance false >> setpagedevice 
<< /Staple 0 >> setpagedevice 
<< /Jog 0 >> setpagedevice 
<< /ManualFeed false >> setpagedevice 
<< /MediaType (Drilled) >> setpagedevice 
<< /MediaColor (Ivory) >> setpagedevice 
<< /DeviceRenderingInfo << /Type 4 /ValuesPerColorComponent 2 >> >> setpagedevice 
<< /PageSize [792 1224] >> setpagedevice 
<< /Duplex true /Tumble false >> setpagedevice 
<< /Collate false >> setpagedevice 
Section 6 (Postscript Data Stream Inserted Here) 
[Postscript] 
Section 6 (Postscript Data Stream Inserted Here) 
%%EOF 










