This document describes how to access the extended features of the WorkCentre 7120 and in environments that do not have a
custom driver.
Note: Some of the commands and syntax used in this document requires familiarity with either PostScript (PS) or Printer
Command Language (PCL).
This document provides the Printer Description Language (PDL) commands and syntax for each feature. The following items are
also included:
PCL tables that describes the PCL features and the syntax to use the feature.
PostScript tables that describes the PostScript features and the syntax to use the feature.
This document is not intended as a PS or PCL reference manual, but a guide for using the extended features in PS and PCL
commands.
Using this Guide
1. Search the Feature Table to determine whether the feature you wish to use is supported.
2. Verify that the feature is supported by your device. For example, the WorkCentre must have the Finisher option installed to
use stapling commands.
3. Following across the tables to find the syntax listed for the PDL examples shown. Read the Dependencies/Caveats section.
Getting Started
PCL and ASCII print jobs can use PJL commands or PCL commands to access the attributes of the device. If there is more than one
method listed to access a specific feature, determine the best method for your application and use that method.
Comment Commands
To process all PJL COMMENT commands and DSC, enclose them with XRXBegin and XRXEnd commands.
Example PS print job:
%%XRXbegin
%%OID_ATT_START_SHEET OID_VAL_JOB_SHEET_NONE;
%%XRXend
dc10cc0466
Customer Support Page 1
The first parameter of the command is an attribute followed by a value.
Comment commands must end with a semicolon except for the XRXbegin and XRXend commands.
A comment command not enclosed by XRXbegin and XRXend is NOT a Xerox specific command and is treated as a real
comment with no functional attachment to its contents.
The comment commands are specific to the WorkCentre 7120.
PJL SET Commands
PJL SET commands are available for some features. If you choose to use these commands, do not enclose them with the
XRXBegin and XRXEnd commands.
PJL SET commands do not require a semicolon at the end of the command line.
PCL Commands
PCL commands are available for some features. If you choose to use these commands do not enclose them with the
XRXBegin and XRXEnd commands. Refer to a PCL reference manual for more specific information regarding PCL commands.
PS Commands
PS commands are for some features. If you choose to use these commands, do not enclose them with the XRXBegin and
XRXEnd commands. Refer to a PS reference manual for more specific information regarding PS commands. Ensure that
each command line ends with setpagedevice.
Using this Guide....................................................................................................................................................................1
JOB NAME .........................................................................................................................................................................................5
MEDIA SIZE ...................................................................................................................................................................................... 8
CUSTOM MEDIA SIZE.................................................................................................................................................................. 9
MEDIA SOURCE .............................................................................................................................................................................. 9
BITS PER PIXEL..............................................................................................................................................................................12
FORCE SHORT EDGE FEEDING...............................................................................................................................................12
JOB BASED ACCOUNTING / AUDITRON ...........................................................................................................................12
MEDIA SOURCE ............................................................................................................................................................................19
MEDIA SOURCE FROM BYPASS TRAY .................................................................................................................................20
MEDIA CLASS.................................................................................................................................................................................20
MEDIA COLOR...............................................................................................................................................................................20
MEDIA SELECTION......................................................................................................................................................................21
MEDIA WEIGHT............................................................................................................................................................................22
PROCESS COLOR MODEL ..........................................................................................................................................................24
SEPARATION COLOR NAMES..................................................................................................................................................27
SEPARATION ORDER ..................................................................................................................................................................27
USE CIE COLOR.............................................................................................................................................................................28
Job Name Job Name
Job Mode Specify Job Mode
Banner Sheet (Start Sheet) Turns on/off the banner sheet that prints at the beginning of every job.
Copies Specifies the number of uncollated sets of a document in a print job.
Quantity Specifies the number of collated sets of a document.
Simplex / Duplex Printing Deliver one-sided or two-sided output
Orientation Landscape or Portrait
Job Type You can specify Confidential Print or Proof Print
Delay Print Delays printing a job until the time specified by the command.
Media Source Specifies the tray to supply the job’s media.
Custom Media Size Specifies the designated media size.
Output Location Indicates the output bin where the print job is sent.
Stapling Indicates use and location of staple(s).
Punch Indicates hole punches for a print job on a device with hole punch capability.
Folding Indicates to fold the print job.
Booklet
Resolution Sets the resolution value.
Bits Per Pixel Sets the color depth value.
Force Short Edge Feeding Indicates the feed edge to use.
Job Based Accounting /
Auditron
Enable printing documents as small booklets. The pages are reordered sequentially and
are oriented so that when they are folded, the paging is correct.
Allows entry of accounting information.
PCL/PJL Implementation
This section describes the PCL commands for specific features. This table lists each feature and the PCL syntax that is required to
use the feature. Following this table are examples of how to use these commands and what the PCL file looks like.
JOB NAME
PJL
@PJL SET JOBNAME = “jobname-string”
Where jobname-string is a maximum of 32 characters
JOB MODE
PJL
@PJL JOB MODE = value
Where value is one of the following:
PRINTER = Printer
dc10cc0466
Customer Support Page 5
BANNER SHEET (START SHEET)
PJL
@PJL SET JOBATTR= “@BANR=value”
Where value is one of the following:
START = start sheet
DEVICE = depend on device setting
OFF = no banner sheet
COPIES
Use this command to specify the number of non-collated sets of a document in a print job.
PJL PCL
@PJL SET COPIES = int <ESC>&l intX
Where int is 1 to 999.
QUANTITY
Use this command to specify the number of collated sets of a document in a print job.
PJL
@PJL SET QTY = int
Where int is 1 to 999.
SIMPLEX / DUPLEX PRINTING
This command specifies if a job is to print on one side or both sides of the sheet.
PJL PCL
@PJL SET DUPLEX = value1
@PJL SET BINDING = value2
Where value1 is one of the following:
ON = Duplex
OFF = Simplex
Where value2 is one of the following:
LONGEDGE
SHORTEDGE
(value2 is used combined with value1=ON)
<ESC>&l int S
Where int is one of the following:
0 = simplex
1 = Duplex Long Edge Binding
2 = Duplex Short Edge Binding
dc10cc0466
Customer Support Page 6
ORIENTATION
PJL PCL
@PJL SET ORIENTATION = value <ESC>&l int O
Where value is one of the following:
PORTRAIT
LANDSCAPE
JOB TYPE (Secure Print / Proof)
PJL
@PJL SET HOLD = value1
@PJL SET HOLDKEY = "four-digit string"
Where value1 is one of the following:
PROOF = proof print
STORE = confidential print (secure print)
four-digit string:
The HOLDKEY variable acts as a password without encryption to protect a held job.
Four-digit string can be any four-digit value from 0000 to 9999. The default value is “”.
When “” (empty string) is specified, no password is required.
This command indicates hole punches for a print job on a device with hole punch capability.
PJL
@PJL SET PUNCH = value1
@PJL SET JOBATTR = ”@PNHN = value2”
Where value1 is one of the following:
TOP
RIGHT
LEFT
BOTTOM
NONE
Where value2 is one of the following:
TWO = 2 holes
THREE = 3 holes
FOUR = 4 holes
dc10cc0466
Customer Support Page 10
FOLDING
This command indicates an optional fold type generated by the professional finisher. The short edge feed command is also
required to use the booklet fold command.
PJL
@PJL SET JOBATTR = "@FOLD = value1"
Where value1 is one of the following:
BIFOLDINSIDE = Bi-Folding inside per a page
BIFOLDOUTSIDE = Bi-Folding inside per a page
BIFOLDMULTIOUTSIDE = Bi-Folding multiple pages outside
BIFOLDMULTIINSIDE = Bi-Folding multiple pages inside
Note:
The "Collated" feature needs to be enabled for the booklet functions to work.
BOOKLET
PJL
@PJL SET JOBATTR = “@BKLT = value1”
@PJL SET JOBATTR = “@BKSG = value2”
@PJL SET JOBATTR =“@BKDN = int1”
@PJL SET JOBATTR =“@BKTP = int2”
Where value1 is one of the following:
NONEDIVIDE = Compile a booklet as long as the number of sheet does not exceed the limit
AUTODIVIDE = Divide sheets into sets automatically in case of exceeding the limit number of sheets.
MANUALDIVIDE = Divide sheets based on the specified limit manually
OFF = Do not compile a booklet
Where value2 is one of the following:
RIGHT = Right to left page order binding
LEFT = Left to right page order binding
Where int1 is:
1-9999 = Booklet dividing number for each set
Where int2 is:
1-9999 = Booklet total pages of document
RESOLUTION
PJL
@PJL SET RESOLUTION = value
Where value is:
600
dc10cc0466
Customer Support Page 11
BITS PER PIXEL
PJL
@PJL SET BITSPERPIXEL = value
Where value is:
1 = 1 bit per pixel (per plane)
FORCE SHORT EDGE FEEDING
PJL
@PJL SET PAPERDIRECTION = value
Where value is one of the following:
SEF = Short Edge Feed
LEF = Long Edge Feed
JOB BASED ACCOUNTING / AUDITRON
PJL
@PJL SET JOBATTR = “@JOAU = string1”
@PJL SET JOBATTR = “@JOAP = string2”
@PJL SET JOBATTR = “@DAID = string3”
Where string1 is:
a maximum of 32 character (legal value: 20H-7EH) as job owner (Capital character & small character is distinguished)
Where string2 is:
a maximum of 12 character (legal value: 20H-7EH) as password without encryption. It can be null (zero length string)
Where string3 is:
a maximum of 32 character (legal value 20H-7EH) as account ID. It can be null (zero length string)
Dependencies/Caveats
Locate all commands in the first 2,500 bytes of the job.
To combine printer PCL escape commands (not including PJL commands):
The first two characters after the <esc> MUST be the same.
All alpha characters MUST be lowercase, except the final terminating character.
The commands are read left to right. Combine them in the order you wish them executed.
For example, print 5 copies (<ESC>&l5X) and use letter size (<ESC>&l2A) is combined as: <ESC>&l5x2A
In case of duplicate commands, the last one requested takes precedence.
The @PJL SET COPIES takes precedence over the PCL Escape Command (<ESC> &l int X>) to determine number of copies.
In general, a PJL command takes precedence over a PCL command.
Valid media sizes for duplexing are between 128.0 x 140.0mm and 297.0 x 432.0mm
Valid media sizes for stapling include A4 (210 x 297mm), A3 (297 x 420mm), B5 (182 x 257mm), B4 (257 x 364mm),
Executive (7.25 x 10.5"), Letter (8.5 x 11"), 8.5 x 13", Legal (8.5 x 14"), Tabloid (11 x 17"), 16K (194 x 267mm), 8K (267 x
388mm), 16K (195 x 270mm), 8K (270 x 390mm) for Finisher A/SB. For Finisher SB, 8 x 10", 215 x 315mm, 11 x 15", A4
Cover, 9 x 11" are also valid.
dc10cc0466
Customer Support Page 12
Examples
Basic PJL Template
This section illustrates a standard PJL template that is used to access general print features as well as WorkCentre
7120 specific features. This template lists each feature and the syntax, both PCL commands and PJL, required to use
these features.
Section 1 (Opening Command, Required for all files)
<ESC>%-12345X@PJL JOB MODE=PRINTER
Section 2 (PJL Set Commands)
@PJL SET RESOLUTION=600
@PJL SET COPIES=1
Section 3 (PCL Code used to invoke PCL Language)
@PJL ENTER LANGUAGE=PCL
Section 4 (PCL Data Stream or ASCII Document inserted here for Options such as selection
Different Fonts, Simplex, Duplex, etc.)
,,,,,,,,,,
Section 5 (Closing Command, Required at end of Document)
<ESC>%-12345X@PJL EOJ
Sample PJL Headers
Example 1 - Simple Print
Note:
This is a simple print job
header specifying the
output tray (MAINTRAY),
Quantity needed (1), and
Job Owner (Smith).
Note:
This is a Finishing Job
header asking for the
Stapling option that
specifies the job will be
sent to the Finisher Tray,
and stapled on the Top
Left hand corner or the
paper.
<ESC>%-12345X@PJL JOB MODE=PRINTER<CR><LF>
@PJL CO
@PJL SET OUTBIN=MAINTRAY<CR><LF>
@PJL SET QTY=1<CR><LF>
@PJL SET RESOLUTION=600<CR><LF>
@PJL SET JOBATTR=”@JOAU=Smit h” <CR><LF>
MMENT Beginning PCL Job<CR><LF>
Example 2 - Finishing Options (Stapling)
<ESC>%-12345X@PJL JOB MODE=PRINTER<CR><LF>
@PJL SET OUTBIN=OUTBIN101<C R><LF>
@PJL SET FINISH=ON<CR><LF>
@PJL SET STAPLE=TOPLEFT<CR><LF>
dc10cc0466
Customer Support Page 13
Note:
pap
This is a Finishing Job
header asking for the
Punch option that
specifies the job will be
send to the Finisher Tray,
and the paper will be
punched with two holes
on the left hand side of
the
er.
Example 3 Finishing Options (Punch)
<ESC>%-12345X@PJL JOB MODE=PRINTER<CR><LF>
@PJL SET OUTBIN=OUTPIN101<C R><LF>
@PJL SET FINISH=ON<CR><LF>
@PJL SET PUNCH=LEFT<CR><LF>
@PJL SET JOBATTR="@PNHN=TWO"<CR><LF>
Note:
This is a Finishing Job
header asking for the
Stapling and Folding
options that specifies the
job will be send to the
Booklet Tray with a
Saddle Staple, folding on
the outside, and divided
every 5 sheets
Note:
This is a Finishing Job
header asking for the
Folding option with
multiple pages. The job
will be send to the
Booklet Tray with no
Staple, folding on the
outside, and divided
every 5 sheets.
Example 4 Finishing Options (Saddle stapling and folding)
<ESC>%-12345X@PJL JOB MODE=PRINTER<CR><LF>
@PJL SET OUTBIN=BOOKLETTRAY<CR><LF>
@PJL SET FINISH=ON<CR><LF>
@PJL SET STAPLE=SADDLE<CR><LF>
@PJL SET JOBATTR="@FOLD=BIFOLDMULTIOUTSIDE"<CR><LF>
@PJL SET JOBATTR="@BKLT=MANUALDIVIDE"<CR><LF>
@PJL SET JOBATTR="@BKSG=LEFT"<CR><LF>
@PJL SET JOBATTR="@BKDN=5"<CR><LF>
Example 5 Finishing Options (Bi-Folding(multi page))
<ESC>%-12345X@PJL JOB MODE=PRINTER<CR><LF>
PJL SET OUTBIN=BOOKLETTRAY<CR><LF>
@
@PJL SET FINISH=NONE<CR><LF>
@PJL SET STAPLE=NONE <CR><LF>
@PJL SET JOBATTR="@FOLD=BIFOLDMULTIOUTSIDE"<CR><LF>
@PJL SET JOBATTR="@BKLT=MANUALDIVIDE"<CR><LF>
@PJL SET JOBATTR="@BKSG=LEFT"<CR><LF>
@PJL SET JOBATTR="@BKDN=5"<CR><LF>
@PJL SET QTY=1<CR><LF>
Note:
This is a Finishing Job
header asking for the
Folding option with a
single page. The job will
be send to the Booklet
Tray with no Staple,
folding on the inside.
Example 6 Finishing Options (Bi-Folding(single page))
<ESC>%-12345X@PJL JOB MODE=PRINTER<CR><LF>
@PJL SET OUTBIN=BOOKLETTRAY<CR><LF>
@PJL SET FINISH=NONE<CR><LF>
@PJL SET STAPLE=NONE <CR><LF>
@PJL SET JOBATTR="@FOLD=BIFOLDINSIDE"<CR><LF>
@PJL SET JOBATTR="@BKSG=LEFT"<CR><LF>
dc10cc0466
Customer Support Page 14
Example 7 Proof Print
<ESC>%-12345X@PJL JOB MODE=PRINTER<CR><LF>
@PJL SET HOLD=PROOF <CR><LF>
@PJL SET USERNAME="John" <CR><LF>
@PJL SET JOBNAME="Job1" <CR><LF>
Note:
This is a Secure Print job
header with the
password of “1234”.
Note:
This is aAccounting job
header with the user
name of Patricia, and no
Password or Account ID”.
Example 8 Confidential (Secure) Print without encryption
<ESC>%-12345X@PJL JOB MODE=PRINTER<CR><LF>
JL SET HOLD=STORE <CR><L F>
@P
@PJL SET HOLDKEY="1234"<CR><LF>
@PJL SET USERNAME="John" <CR><LF>
@PJL SET JOBNAME="Job1" <CR><LF>
Example 9 Job Based Accounting & Auditron
<ESC>%-12345X@PJL JOB MODE=PRINTER<CR><LF>
@PJL SET JOBATTR=”@JOAU=Patricia”<CR><LF>
@PJL SET JOBATTR=”@JOAP=”<CR><LF>
@PJL SET JOBATTR=”@DAID=”<CR><LF>
dc10cc0466
Customer Support Page 15
Supported PCL Fonts
The following PCL fonts are resident.
Each of these commands references a 12-point font. If you wish to use any other point size, change the 12v to the desired size
(.25 – 999.75).
The commands listed use the default symbol set, Roman-8. To change the symbol set, you include the alternate symbol set after
the first <ESC> and before the second <ESC>. Use the line printer examples as a reference.
ITC Bookman Light <esc>(<esc>(s1p12v0s-3b24623T
ITC Bookman Light Italic <esc>(<esc>(s1p12v1s-3b24623T
ITC Bookman Demi <esc>(<esc>(s1p12v0s2b24623T
ITC Bookman Demi Italic <esc>(<esc>(s1p12v1s2b24623T
ITC Zapf Chancery Medium Italic <esc>(<esc>(s1p12v1s0b45099T
ITC Zapf Dingbats <esc>(<esc>(s1p12v0s0b45101T
Letter Gothic <esc>(<esc>(s1p12h0s0b4102T
Letter Gothic Bold <esc>(<esc>(s1p12h0s3b4102T
Letter Gothic Italic <esc>(<esc>(s1p12h1s0b4102T
Line Printer (Roman-8) <esc>(8U<esc>(s0p16.67h8.5v0s0b0T
Line Printer (Latin-1) <esc>(0U<esc>(s0p16.67h8.5v0s0b0T
Line Printer (PC-8) <esc>(10U<esc>(s0p16.67h8.5v0s0b0T
Line Printer (PC-8 D/N) <esc>(11U<esc>(s0p16.67h8.5v0s0b0T
Line Printer (PC-850) <esc>(12U<esc>(s0p16.67h8.5v0s0b0T
Line Printer (Legal) <esc>(1U<esc>(s0p16.67h8.5v0s0b0T
Marigold <esc>(<esc>(s1p12v0s0b4297T
New Century Schoolbook Roman <esc>(<esc>(s1p12v0s0b24703T
New Century Schoolbook Italic <esc>(<esc>(s1p12v1s0b24703T
New Century Schoolbook Bold <esc>(<esc>(s1p12v0s3b24703T
New Century Schoolbook Bold Italic <esc>(<esc>(s1p12v1s3b24703T
Palatino Roman <esc>(<esc>(s1p12v0s0b24591T
Palatino Italic <esc>(<esc>(s1p12v0s0b24591T
Palatino Bold <esc>(<esc>(s1p12v0s0b24591T
Palatino Bold Italic <esc>(<esc>(s1p12v0s0b24591T
Symbol <esc>(19M<esc>(s1p12v0s0b16686T
SymbolPS <esc>(19M<esc>(s1p12v0s0b45358T
Times Roman <esc>(<esc>(s1p12h0s3b4102T
Times Italic <esc>(<esc>(s1p12h0s3b4102T
Times Bold <esc>(<esc>(s1p12h0s3b4102T
Times Bold Italic <esc>(<esc>(s1p12h0s3b4102T
Times New <esc>(<esc>(s1p12v0s0b16901T
Times New Bold <esc>(<esc>(s1p12v0s3b16901T
Times New Italic <esc>(<esc>(s1p12v1s0b16901T
Times New Bold Italic <esc>(<esc>(s1p12v1s3b16901T
Univers Bold <esc>(<esc>(s1p12v0s3b4148T
Univers Bold Italic <esc>(<esc>(s1p12v1s3b4148T
Univers Bold Condensed <esc>(<esc>(s1p12v4s3b4148T
Univers Bold Condensed Italic <esc>(<esc>(s1p12v5s3b4148T
Univers Medium <esc>(<esc>(s1p12v0s0b4148T
Univers Medium Italic <esc>(<esc>(s1p12v1s0b4148T
Univers Medium Condensed <esc>(<esc>(s1p12v4s0b4148T
Univers Medium Condensed Italic <esc>(<esc>(s1p12v5s0b4148T
Wingdings <esc>(579L<esc>(s1p12v0s1b31402T
dc10cc0466
Customer Support Page 17
PostScript Feature List
Feature Description
Copies
Collation
Duplex Delivers two-sided output.
Tumble Deliver two-sided output. Use combined with Duplex.
Media Class Paper class (ex. normal, thick, recycled)
Media Color Use this command to indicate the color of the media used to print.
Media Direction
Media Selection Specify if you apply the strict setpagedevice rule to media selection.
Media Size This command specifies the size of media on which to print.
Media Source This command specifies the tray to supply the job’s media.
Media Source from Bypass tray This command indicates whether the input medium is to be fed from bypass tray.
Media Weight Media weight. Unit: (g/ ) gram per square-meter
Output Location Indicates the output bin where the print job is sent.
Image Enhancement Specify whether you apply edge-smoothing to output after rendering
Toner Save Use this command to control toner consumption when printing.
Halftone Screen Selection This command specifies the screen type.
Offset
Booklet This command enables you to print documents as small booklets.
Punch
Stapling This command indicates use and location of staple(s).
Print Mode This command sets the resolution and the color depth value.
Process Color Model Select process color model (DeviceGray, DeviceRGB, DeviceCMYK,,,)
RGB Correction Specify whether you apply RGB correction to the color conversion process
Gray Guaranteed
Gamma Correction Specify gamma value for RGB color conversion
CMYK Correction Specify whether you apply CMYK correction to the color conversion process
White Point Specify White Point of Client side
RGB Space Specify RGB Space for RGB correction
Brightness Specify brightness of output color
Separations Specify whether multiple color separations are generated for each page of output.
Separation Color Names Specify the process colorant name.
Separation Order Specify the order of process colorant name.
Use CIE Color Specify if you apply CIE-based color space through color conversion
Job Name
Job Type
(Secure Print / Proof Print / Box
Print)
Job Based Accounting
Auditron
Delay Print
Banner Sheet
The number of copies to produce, either of each page individually or of the document
as a whole, depending on the value of the Collation parameter.
A flag specifying how the output is to be organized when multiple copies are requested
for a multiple-page document.
This command specifies the edge of the input medium that will enter the imager first
and across which data will be imaged. Values reflect positions relative to a canonical
page in portrait orientation (width smaller than height).
This feature provides a physical offset of hard copy that distinguishes between sets or
stacks within a job.
This command indicates hole punches for a print job on a device with hole punch
capability.
Specify whether to convert RGB black (R=G=B) to pure black for text and graphics
objects.
These commands are the same as the ‘PCL/PJL Implementation’. Please refer the
PCL/PJL section.
dc10cc0471
Customer Support Page 18
PostScript Implementation
This section describes the PostScript commands required to access specific WorkCentre features. This table lists each feature and
the PostScript syntax that is required to use the feature. Following this table are some examples of how to use these commands
and what the PostScript file looks like. (* denotes the default value)
COPIES
<</NumCopies value >> setpagedevice
Where value is one of the following:
1 to 9999 = number of copies
null = Not specified*
COLLATION
<</Collate value >> setpagedevice
Where value is one of the following:
true = collated
false = uncollated*
DUPLEX
<</Duplex value>> setpagedevice
Where value is one of the following:
true = Duplex
false = Simplex*
TUMBLE
<</Tumble value>> setpagedevice
This feature is effective only in conjunction with that Duplex is true
Where value is one of the following:
true = Deferred media selection by output device (more powerful and flexible media selection)*
false = Immediate media selection by strict setpagedevice operator
To select the appropriate media when using MediaClass / Staple / Punch feature, value must be set to true
intentionally in the beginning of header.
MEDIA SIZE
<< /PageSize [X Y] >> setpagedevice
where X Y are the points from table below.
Media PS Points Media PS Points
A5
(148 x 210mm)
A4
(210 x 297mm)
A3
(297 x 420mm)
B5
(182 x 257mm)
B4
(257 x 364mm)
Statement
(5.5 x 8.5")
Executive
(7.25 x 10.5")
Letter
(8.5 x 11")
The following paper sizes are only available with Bypass tray.
[420 595] 8.5 x 13" [612 936]
[595 842] Legal
(8.5 x 14")
[842 1191] Tabloid
(11 x 17")
[516 729] 16K
(194 x 267mm)
[729 1032] 8K
(267 x 388mm)
[396 612] 16K
(195 x 270mm)
[522 756] 8K
(270 x 390mm)
[612 792]
[612 1008]
[792 1224]
[550 757]
[757 1100]
[553 765]
[765 1106]
Media PS Points Media PS Points
A6
(105 x 148mm)
B6
(128 x 182mm)
8 x 10" [576 720] 5 x 7" [360 504]
215 x 315mm [609 892] Envelope
11 x 15" [792 1080] No. 10 Envelope
A4 Cover
(223 x 297mm)
9 x 11" [648 792] DL Envelope
Postcard
(100 x 148mm)
[297 420] Postcard
(148 x 200mm)
[363 516] Postcard
(4 x 6")
(120 x 235mm)
(4.1 x 9.5”)
[632 842] Monarch Envelope
(3.9 x 7.5”)
(110 x 220mm)
[283 420] C5 Envelope
(162 x 229mm)
[420 567]
[288 432]
[340 666]
[297 684]
[279 540]
[312 624]
[459 649]
dc10cc0471
Customer Support Page 21
MEDIA WEIGHT
<</MediaWeight real >> setpagedevice
Where real is in g/ ㎡ (gram per square-meter) or null*
(MediaWeight will not affect tray selection.)
OUTPUT LOCATION
<</OutputType (string)>> setpagedevice
Where string is one of the following or null*:
CENTER TRAY1 = Center Tray
CENTER TRAY2 = Center Tray - Upper
FINISHER TRAY = Finisher Tray (w/ A-Finisher or SB-Finisher)
BOOKLET TRAY = Right Bottom Tray(Booklet Maker) (w/ SB-Finisher and booklet module)
Where combination of x, y and int1 is one of the following:
x y int1 = …
600 600 2 = 600x600dpi 1bit/color*
600 600 16 = 600x600dpi 4bits/color
PROCESS COLOR MODEL
<</ProcessColorModel name >> setpagedevice
Where name is one of the following:
/DeviceGray
/DeviceRGB (with Separations true)
/DeviceCMYK
/DeviceCMY (with Separations true)
/DeviceRGBK (with Separations true)
This feature is effective only in conjunction with that StapleType is 0.
dc10cc0471
Customer Support Page 24
RGB CORRECTION
<</DeviceRenderingInfo <<
/Type 26
/RGBCorrection int >>
>> setpagedevice
Where int is one of the following:
0 = do not correct
1 = for photograph
2 = for WEB page
3 = standard correction*
4 = for presentation document
5 = CAD
6 = POP
10 = Perceptual
11 = Saturation
12 = Relative colorimetric
13 = Absolute colorimetric
GRAY GUARANTEE
<</DeviceRenderingInfo <<
/Type 26
/RGBToK int >>
>> setpagedevice
Where int is one of the following:
0 = No gray guaranteed*
1 = Gray guaranteed
GAMMA CORRECTION
<</DeviceRenderingInfo <<
/Type 26
/GammaCorrection int >>
>> setpagedevice
true = Multiple color separations will be generated for each page of output.
false = All colorants will be combined into a single composite page on a single sheet of physical medium*
SEPARATION COLOR NAMES
<</SeparationColorNames value>>>> setpagedevice
Where value is an array.
Legal element values are the process colorant names implied by the process color model.
Valid colorant names for each process color model are like the following in case of separation
DeviceCMYK = Cyan, Magenta, Yellow, Black
DeviceCMY = Cyan, Magenta, Yellow
DeviceRGB = Red, Green, Blue
DeviceRGBK = Red, Green, Blue, Gray
DeviceGray = Gray
SEPARATION ORDER
<</SeparationOrder value>> setpagedevice
Where value is an array.
Legal element values are the process colorant names implied by the process color model.
dc10cc0471
Customer Support Page 27
USE CIE COLOR
<</UseCIEColor value>> setpagedevice
Where value is one of the following:
true = Re-map each color from device color space to device independent’s CIEbased color space
false = Do not re-map color*
Dependencies/Caveats
All DSC (Document Structure Convention) comments are ignored and not interpreted.
Valid media sizes for duplexing are between [ 362 x 396 ] and [ 842 x 1224] (point) or all sizes that can be fed from
tray1 - 4.
Valid media sizes for stapling include A4 (210 x 297mm), A3 (297 x 420mm), B5 (182 x 257mm), B4 (257 x 364mm),
Executive (7.25 x 10.5"), Letter (8.5 x 11"), 8.5 x 13", Legal (8.5 x 14"), Tabloid (11 x 17"), 16K (194 x 267mm), 8K (267
x 388mm), 16K (195 x 270mm), 8K (270 x 390mm) for Finisher A/SB. For Finisher SB, 8 x 10", 215 x 315mm, 11 x 15",
A4 Cover, 9 x 11" are also valid.
Valid media classes for duplex are Bond, Plain, Recycled, Custom 1-5, Hole Punched, Letterhead, Pre-Printed, Other,
Albertus
Albertus Italic
Albertus Light
AntiqueOlive Roman
AntiqueOlive Italic
AntiqueOlive Bold
AntiqueOlive Compact
Apple Chancery
Arial
Arial Italic
Arial Bold
Arial Bold Italic
ITC Avant Garde Gothic Book
ITC Avant Garde Gothic Book Oblique
ITC Avant Garde Gothic Demi
ITC Avant Garde Gothic Demi Oblique
Bodoni Roman
Bodoni Italic
Bodoni Bold
Bodoni Bold Italic
Bodoni Poster
Bodoni Poster Compressed
ITC Bookman Light
ITC Bookman Light Italic
ITC Bookman Demi
ITC Bookman Demi Italic
Carta
Chicago
Clarendon Roman
Clarendon Bold
Clarendon Light
Cooper Black
Cooper Black Italic
Copperplate Gothic 32BC
Copperplate Gothic 33BC
Coronet
Courier
Courier Bold
Courier BoldOblique
Courier Oblique
Eurostile Medium
Eurostile Bold
Eurostile Extended No. 2
Eurostile Bold Extended No. 2
Geneva
GillSans
GillSans Bold
GillSans Condensed Bold
GillSans BoldItalic
GillSans Condensed
GillS
ans ExtraBold
GillSans Italic
GillSans Light
GillSans LightItalic
Goudy Oldstyle
Goudy Oldstyle Italic
Goudy Bold
Goudy Bold Italic
Goudy Extra Bold
Helvetica
Helvetica Bold
Helvetica Bold Oblique
Helvetica Condensed
Helvetica Condensed Bold
Helvetica Condensed Bold Oblique
Helvetica
Helvetica Narrow
Helvetica Narrow Bold
Helvetica Narrow Bold Oblique
Helvetica Narrow Oblique
Helvetica Oblique
Hoefler Text Black
Hoefler Text Black Italic
Hoefler Text Italic
Hoefler Ornaments
Hoefler Text
Joanna
Joanna Bold
Joanna Bold Italic
Joanna Italic
Letter Gothic
Letter Gothic Bold
Letter Gothic Bold Slanted
Letter Gothic Slanted
ITC Lubalin Graph Book
ITC Lubalin Graph Book Oblique
ITC Lubalin Graph Demi
ITC Lubalin Graph Demi Oblique
Marigold
ITC Mona Lisa Recut
Monaco
New Century Schoolbook Bold
New Century Schoolbook Bold Italic
New Century Schoolbook Italic
New Century Schoolbook Roman
New York
OCR-B Letterpress M
Optima Roman
Condensed Oblique
dc10cc0471
Customer Support Page 29
Font Name Typeface Font Name Typeface
Optima Bold
Optima Bold Italic
Optima Italic
Oxford
Palatino Bold
Palatino Bold Italic
Palatino Italic
Palatino Roman
Stempel Garamond Bold
Stempel Garamond Bold Italic
Stempel Garamond Italic
Stempel Garamond Roman
Symbol
Tekton Regular
Times Bold
Times Bold Italic
Times Italic
Times Roman
Times New Roman Bold Italic
Times New Roman Bold
Times New Roman Italic
Times New
Univers 45 Light
Univers 45 Light Oblique
Univers 55
Univers 55 Oblique
Univers 65 Bold
Univers 65 Bold Oblique
Univers 57 Condensed
Univers 57 Condensed Oblique
Univers 67 Condensed Bold
Univers