User's Manual
PDL Reference Guide for Xerox
®
 ConnectKey
®
 Products     11 
Formatting Commands 
Feed Edge 
The values indicate the feed edge to use. Feeds paper so that Leading Edge of paper is the shorter side. 
PJL COMMENT Command String  DSC Comment Command String 
@PJL COMMENT OID_ATT_FEED_EDGE   %% OID_ATT_FEED_EDGE  
Where string is: 
OID_VAL_FEED_EDGE_SHORT_LEADING 
OID_VAL_FEED_EDGE_SHORT_TRAILING 
OID_VAL_FEED_EDGE_LONG_LEADING 
OID_VAL_FEED_EDGE_LONG_TRAILING 
PS
<< /Leading Edge int
>> setpagedevice
null = use default orientation for specified /PageSize to select which edge is the top of the page. 
0 = Short edge, leading edge is the top of the page. 
2 = Short edge, trailing edge is the top of the page.
Simplex / Duplex Printing 
This command specifies if a job is to print on one side or both sides of the sheet. Choose one of the methods below for 
indicating this feature. 
Simplex/Duplex  PS  PCL5  PJL 
one-sided  << /Duplex false /Tumble false >> 
setpagedevice 
<Esc>&l0S
@PJL SET DUPLEX=OFF
two-sided long-edge  << /Duplex true /Tumble false >> 
setpagedevice 
<Esc>&l1S
@PJL SET DUPLEX= ON 
@PJL SET BINDING= LONGEDGE
two-sided short-edge  << /Duplex true /Tumble true >> 
setpagedevice 
<Esc>&l2S
@PJL SET DUPLEX= ON 
@PJL SET BINDING= SHORTEDGE
Finishing Commands 
Offset 
This feature provides a physical offset of hard copy that distinguishes between sets or stacks within a job. 
PJL  PS 
@PJL SET JOBOFFSET=string  << /Jog int
>> setpagedevice  
Where string is ON or OFF  Where int is: 0 = no offset, 3 = offset each set 










