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.