
dc02cc0304
Page 6
Document Centre Technical Support Operations
Feature
Implementation
Values
Resolution
600 x 600 x 1
1200 x 1200 x 1
1800 x 1800 x 1
600 x 600 x 2
<</DeviceRenderingInfo
<< /Type 4 /ValuesPerColorComponent 2
>>
/HWResolution [x y]>> setpagedevice
<</DeviceRenderingInfo
<< /Type 4 /ValuesPerColorComponent 4
>>
/HWResolution [x y]>> setpagedevice
Where
x
and
y
are one of the following:
600 600
1200 1200
1800 1800
Quantity
<</NumCopies int>>setpagedevice
OR
%% OID_ATT_COPY_COUNT value
Where
int
or
value
is 1 to 9999
Simplex
<</Duplex value>> setpagedevice
Where
value
is false
Duplex Long Edge
Binding
<</Duplex true /Tumble value>>
setpagedevice
Where
value
is false
Duplex Short Edge
Binding
<</Duplex true /Tumble value>>
setpagedevice
Where
value
is true
Landscape
Orientation
<</PageSize[height width]>>
setpagedevice
[height/width] in 1/72 inch (points)
To print landscape, use the Media Size
command with height and width reversed. For
example:
[792 612] = Letter, landscape
[842 595] = A4, landscape
For landscape documents printed on 11 x 17",
8.5 x13", 8.5 x 14" or A3, apply a 180° rotation to
landscape pages to ensure the correct location of
stapling or punching.
Use the PostScript command: "0 0 moveto 180
rotate -
height
-
width
translate" which should
appear after any "setpagedevice" commands.
The following example, for an A3 landscape page
illustrates this syntax.
<</PageSize [1191 843]>> setpagedevice
…any other "setpagedevice" commands.
0 0 moveto 180 rotate -1191 -842 translate
…rest of print commands for page.
Force short edge
feeding
%%OID_ATT_FEED_EDGE value;
or
<< /LeadingEdge
int
>> setpagedevice
Where
value
is one of the following:
For portrait documents use:
OID_VAL_FEED_EDGE_SHORT_TRAILING
For landscape documents use:
OID_VAL_FEED_EDGE_SHORT_LEADING
Where
int
is one of the following:
For portrait documents use: 2
For landscape documents use: 0
NOTE:
The following media sizes default to printing
with the long-edge fed first: Letter, Letter Cover,
Statement, Executive, 8 x 10", A4, A4 Cover and
B5. It is possible to force these media sizes to print
with short-edge first.