Xerox DC 535, DC 555, DC 545 User Manual

0 (0)
dc02cc0304
Document Centre Technical Support Operations Page 1
PDL Reference Guide for the
DC 555/545/535

Accessing Extended Features

Overview

This document enables you to access the extended features of the Document Centre in
environments that do not have a custom driver. This includes the following environments:
Other platforms (including mainframes and minis)
NOTE: Some of the commands and syntax used in this document requires some 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:
A table that describes features supported by the Document Centre.
A PostScript table that describes the PostScript features the Document Centre supports
and the syntax to use the feature.
A PCL table that describes the PCL features the Document Centre supports and the
syntax to use the feature.
This document is not intended to be a complete PS or PCL reference manual; it is a guide
for using the PS and PCL commands with the Document Centre.
Refer to these additional reference materials PostScript Language Reference Manual, Third
Edition, ISBN 0-201-37922-8 and PCL 5 Printer Language Technical Reference Manual,
Hewlett-Packard Manual Part Number 5021-0377.

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 the platform. For example, the Document Centre
must have the Finisher option installed to use stapling commands.
3. Follow across the table to find the syntax listed for the PDL examples shown. Read the
Dependencies/Caveats section.
Xerox Document Centre
… for the use
r
dc02cc0304
September 20, 2002
Extended Features:
Accounting
Proof Print
Staple
Collation
Duplex
Cover Options
Media Source,
Type, and Color
Media Size
Quantity
Delay Print
This document
pertains to these
Xerox products:
x DC 555/545/535
DC 490/480/470/460
ST
DC 420/425/432/440
ST
DC 332/340 ST
DC 240/255/265
ST/LP
DC 220/230 ST/LP
DCCS 50
dc02cc0304
Page 2 Document Centre Technical Support Operations

Print Features

The Document Centre supports PostScript level 2 and 3 commands or PCL5e and PCL6
escape sequences that enable the features listed in the following table.
Feature Description
Job Name Allows you to specify a job name.
Job Owner Allows you to specify a job owner.
Media Size Allows you to select media size.
Media Source Allows you to select the paper tray that feeds a print job.
Media Type Allows you to select type to media used to print a job.
Media Color Allows you to select the color of media used to print a job.
Output Location Allows you to select the output location where a job is delivered.
Stapling Indicates stapling for a print job.
Hole Punching Indicates hole drilling/punching after print job completes.
Collation Allows you to select the order of the output. Collated creates a set
that includes 1 copy of each page. Uncollated creates a stack of
multiple copies of the same page.
Resolution
Allows you to select the resolution used to image a job. Currently,
600 x 600 x 1 (600 dpi resolution with 2 gray levels), 600 x 600 x 2
(600 dpi resolution with 4 gray levels), 1200 x 1200, and 1800 x
1800 are available.
Quantity Allows you to select the number of sets to print.
Simplex Delivers one-sided output.
Duplex Long Edge Binding Delivers two-sided output. Landscape documents read like a
calendar, and Portrait documents read like a book.
Duplex Short Edge Binding Delivers two-sided output. Landscape documents read like a book
and Portrait documents read like a calendar.
Orientation Allows you to select portrait or landscape orientation.
Forcing Short-Edge Feed Allow you to force some media sizes to print with the short-edge
of the paper fed first.
Front Cover Imaged/Unimaged Allows you to select a blank or imaged front cover.
Front Cover Media Type Allows you to select media type for the front cover.
Front Cover Media Color Allows you to select media color for the front cover.
Front and Back Cover
Imaged/Unimaged
Allows you to select blank or imaged front and back covers.
Front and Back Cover Media Type Allows you to select the media type for the front and back covers.
Front and Back Cover Media
Color
Allows you to select the media color for the front and back cover.
Accounting Allows you to enter an accounting code and UserID to track
printer usage.
NOTE: This feature requires the optional Network Accounting kit.
Draft Mode Printing Allows you to select draft printing mode that conserves toner
when printing.
Image Quality Selection Allows you to increase or decrease the amount of toner used to
create an image. Image quality levels range from 1 (darkest) to 7
(lightest).
Job Type Allows you to select normal print, secure print, or proof print. Proof
print is the same as sample set.
NOTE:
The Secure Print
feature is not
referenced in this
document. This
feature requires the
encryption scheme
that encodes the
secure print password
and is Xerox Private
Data.
dc02cc0304
Document Centre Technical Support Operations Page 3
Feature Description
Printer Banner Sheet Allows you to turn printer banner pages on or off based on
individual jobs.
Interleave Allows you to insert blank or imaged sheets between
transparencies.
Interleave Media Color Allows you to select media color for the interleaves. Only use this
feature in conjunction with the interleave feature.
Delay Print Allows you to specify a time up to 72 hours from the current
printer time, to print a job.
dc02cc0304
Page 4 Document Centre Technical Support Operations

PostScript

This section describes the PostScript commands required to access specific Document
Centre 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.
For more information about PostScript commands, refer to the PostScript Language
Reference Manual, Third Edition, ISBN 0-201-37922-8.

Print Features

Feature Implementation Values
Job Owner
%%OID_ATT_JOB_OWNER “string
Where string is a maximum of 40 characters
Job Name %%OID_ATT_JOB_NAME “string”
Where string is a maximum of 40 characters
Media Size <</PageSize [width height]>>
setpagedevice
[width x height] in 1/72 inch (points)
[612 792] = Letter (8.5
x 11 inches)
[612 1008 = Legal (8.5 x 14 inches)
[792 1224] = Ledger (11 x 17 inches)
[612 936] = Folio (8.5 x 13 inches)
[522 756] = Executive (7.25 x 10.5 inches)
[396 612] = 5.5 x 8.5 inches
[360 504] = 5 x 7 inches
[576 720] = 8 x 10 inches
[648 792] = Letter Cover (9 x 11 inches)
[324 432] = Postcard (4.5 x 6 inches)
[842 1191] = A3 (297 x 420 mm)
[595 842] = A4 (210 x 297 mm)
[632 842] = A4 Cover (223 x 297 mm)
[420 595] = A5 (148 x 210 mm)
[297 420] = A6 (105 x 148 mm)
[729 1032] = Jis b4 (257 x 364 mm)
[516 729] = JIS B5 (182 x 257 mm)
[363 516] = JIS B6 (128 x 182 mm)
[279 540] = Monarch Envelope
(3.9 x 7.5")
[297 684] = No. 10 Envelope (4.1 x 9.5")
[312 624] = DL Envelope (110 x 220 mm)
[459 649] = C5 Envelope (162 x 229 mm)
NOTE: Use this command in conjunction witth
the Media Type and Media Color commands
(see below in table)
Media Type <</MediaType (string)>> setpagedevice
Where string is one of the following:
bond, letterhead, standard, transparency, labels,
drilled, recycled, preprinted, cardstock, other,
system-default, envelopes, tabs, Custom1
Custom7
NOTE: Use this command in conjunction with the
commands Media Size and Media Color.
Media Color <</MediaColor (string)>> setpagedevice
Where string is one of the following:
buff, blue, clear, gray, green, ivory, orange, other,
pink, red, white, yellow, goldenrod, unspecified,
Custom1 - Custom 7.
NOTE: Use this command in conjunction with the
two commands Media Size and Media Type.
dc02cc0304
Document Centre Technical Support Operations Page 5
Feature Implementation Values
Media Source <</MediaPosition int>> setpagedevice
Where int is one of the following:
0 = Auto Select
1=Tray 1
2=Tray 2
3 = Tray 3 (High Capacity)
4 = Tray 4 (High Capacity)
5 = Bypass Tray (SMH)
NOTE: See the media selection comments in
the Dependencies / Caveats section.
Output Location –
options supported
depend on output
device.
<< /OutputType (string) >> setpagedevice
OR
%%OID_ATT_OUTPUT_BINS value
Where string can be one of the following:
When a catch tray is installed:
SideTray
When a 2000 Sheet Stapler Stacker (Office
Finisher) is installed:
TopTray
Stacker
Where value can one of the following:
OID_VAL_OUTPUT_BIN_TOP or
OID_VAL_OUTPUT_BIN_SIDE
OID_VAL_OUTPUT_BIN_STACKER
NOTE: You cannot use the finisher stacker tray
with envelopes and labels. Stapling or punching
requires use of the stacker tray. If you indicate an
invalid combination of commands, the output
location request is ignored.
Stapling <</Staple int
<</StapleDetails<</Type1/StapleLocation
(string)>>
>>
>>setpagedevice
Where int is one of the following:
0 = No Staple
3 = Staple at the end of set
Where string is one of the following three values:
SinglePortrait - for single staple in portrait
documents.
SingleLandscape - for single staple in Landscape
documents
DualLandscape - two staples
NOTE: Refer to the "Single Staple Location" table
later in this document, for information about
staple location restrictions.
Hole Punching << /Punch int
/PunchDetails << /Type 6
/NumHoles 1 >> >> setpagedevice
Where int is one of the following:
0 = No Punch
4 = Punch each page
NOTE: You can use the hole punching
command with 8.5 x 11", 11 x 17", 9 x 11", A4,
A3 and A4 cover size media only. Use the
"rotated landscape" orientation with 11 x 17"
and A3 pages.
Collation <</Collate value>> setpagedevice
Where value is one of the following:
true = Collated
false = Uncollated
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.
dc02cc0304
Document Centre Technical Support Operations Page 7
Feature Implementation Values
Front Cover
Imaged Enable/
Disable
%%OID_ATT_FIRST_PAGE_ IMAGED
“value”
Where value is
TRUE or FALSE
TRUE produces an imaged cover.
FALSE produces a blank cover.
NOTE: Use this command in conjunction with
these commands: Front Cover Media Type and
Front Cover Media Color.
Front Cover Media
Type
%%OID_ATT_FIRST_PAGE_
MEDIA_TYPE “value”;
Where value is one of the following:
standard, transparency, labels, drilled, recycled,
pre-printed, heavyweight, other
NOTE: Use this command in conjunction with
these commands: Front Cover Imaged Enable
and Front Cover Media Color.
Front Cover Media
Color
%%OID_ATT_FIRST_PAGE_
MEDIA_COLOR “value”;
Where value is one of the following:
yellow, green, buff, white, red, ivory, gray, clear,
pink, goldenrod, orange, blue, other
NOTE: Use this command in conjunction with
these commands: Front Cover Imaged Enable
and Front Cover Media Type.
Front Cover Media
Size
%%OID_ATT_FIRST_PAGE_MEDIA_SIZ
E "xxx yyy"
Where xxx and yyy are the media size
expressed in mm.
NOTE: This command is optional. Use only
when printing blank front covers. Use this
command in conjunction with the Front Cover
Image Enable/Disable and the commends it
required, that is, Front Cover Media Type, Front
Cover Media Color, and Front Cover Imaged
Enable/Disable.
Front & Back
Cover Imaged
Enable/
Disable
%%OID_ATT_FIRSTLAST_PAGE_IMAG
ED “value”
Where value is
TRUE = an imaged front and back cover.
or
FALSE = a blank front and back cover.
NOTE: Use this command in conjunction with
these commands: Front & Back Cover Media
Type and Front & Back Cover Media Color.
Front & Back
Cover Media Type
%%OID_ATT_FIRSTLAST_PAGE_
MEDIA_TYPE “value”;
Where value is one of the following:
standard, transparency, labels, drilled, recycled,
pre-printed, heavyweight, other
NOTE: Use this command in conjunction with
these commands: Front & Back Cover Imaged
Enable and Front & Back Cover Media Color.
Front & Back
Cover Media Color
%%OID_ATT_FIRSTLAST_PAGE_
MEDIA_COLOR “value”;
Where value is one of the following:
yellow, green, buff, white, red, ivory, gray, clear,
pink, goldenrod, orange, blue, other
NOTE: Use this command in conjunction with
these commands: Front & Back Cover Imaged
Enable and Front & Back Cover Media Type.
Front & Back
Cover Media Size
%%OID_ATT_FIRSTLAST_PAGE_MEDI
A_SIZE "xxx yyy"
Where xxx and yyy are the media size
expressed in mm.
NOTE: This command is optional. Use only
when printing blank front and back covers. This
command must be used in conjunction with the
Front & Back Cover Image Enable/Disable and
the commands it requires, that is, Front & Back
Cover Media Type, Front & Back Cover Media
Color, and Front & Back Cover Imaged
Enable/Disable.
Draft Mode
Printing
%%OID_ATT_PRINT_
QUALITY value;
Where value is one of the following:
OID_VAL_PRINT_QUALITY_NORMAL
OID_VAL_PRINT_QUALITY_DRAFT
dc02cc0304
Page 8 Document Centre Technical Support Operations
Feature Implementation Values
Image Quality
Selection
%%OID_ATT_IMAGE_QUALITY n;
Where value is one of the following:
False = Bold HP type output
True = Xerox High Accuracy output
Where n applies for Xerox High Accuracy Output
and is a number in the range:
-3 (lightest) to 0 (normal) to +3 (darkest)
Job Type %%OID_ATT_JOB_TYPE value;
Where value is one of the following:
OID_VAL_JOB_TYPE_PRINT
OID_VAL_JOB_TYPE_PROOF_PRINT
Printer Banner
Sheet
%%OID_ATT_START_SHEET value;
Where value is one of the following:
OID_VAL_JOB_SHEET_FULL (On)
OID_VAL_JOB_SHEET_NONE (Off)
Interleave %%OID_ATT_INTERLEAVE value;
Where value is one of the following:
OID_VAL_INTERLEAVE_NONE
OID_VAL_INTERLEAVE_BLANK
OID_VAL_INTERLEAVE_IMAGED
NOTE: Use this command in conjunction with the
command: Interleave Media Color.
Interleave Media
Color
%%OID_ATT_INTERLEAVE_ COLOR
“value”;
Where value is one of the following:
yellow, green, buff, white, red, ivory, gray, clear,
pink, goldenrod, orange, blue, other.
NOTE: Use this command in conjunction with the
command: Interleave.
Accounting %%OID_ATT_ACCOUNTING_INFORMA
TION "UserID|042AccountID";
Where UserID is a value that the Printer
Administrator assigns to a user.
Where AccountID is a value that the Printer
Administrator assigns to the account.
NOTE: The User ID and the Account ID must
be delimited by a |042.
Delay Print %%OID_ATT_JOB_PRINT_AFTER
"yyyymmddhhmmss”
Allows you to specify the time a job prints. Yyou
can set this time up to 72 hours from the
current printer time.
Where yyyy is the year, mm is the month, dd is
the date, hh is the hour, mm is the minute of the
hour, and ss is the second of that minute.
NOTE: The hours are expressed in a 24-hour
clock. For example: July 29, 1999 at 3:25 PM is
expressed as: 19990729152500.
dc02cc0304
Document Centre Technical Support Operations Page 9

EURO Font

The Euro character is provided in all standard Latin fonts (letter fonts such as Helvetica and
Times) and the Symbol font included with the Adobe PostScript 3 interpreter. Special fonts
such as ZapfDingbats do not contain the Euro symbol. Although the Euro character’s “glyph”
is added to the PostScript fonts, standard font encoding (that is, the character set) does not
include the character.
To access the Euro character’s glyph directly, use the “glyphshow” command as shown in
the following example:
%!PS-Adobe-3.0
/Times-Roman findfont 12 scalefont setfont
120 735 moveto
(The price of this unit is: ) show /Euro glyphshow (200.00) show
showpage

Basic PostScript Template

This section illustrates a standard PostScript template used to access general print features,
as well as, unique features of the Document Centre products. This template lists each
feature and the syntax, both PostScript commands and DSC (Document Structuring
Conventions), required to use these features.
Section 1 (Adobe Reference Command)
%!PS
Section 2 (XRXbegin - Opening Comment Statement, Required)
%% XRXbegin
Section 3 (OID Commands)
%%OID_ATT_JOB_OWNER "John Smith";
%%OID_ATT_JOB_TYPE OID_VAL_JOB_TYPE_PRINT;
%%OID_ATT_START_SHEET OID_VAL_JOB_SHEET_NONE;
%%OID_ATT_JOB_NAME "Readme.txt";
%%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 >>
/HWResolution [1200 1200] >> setpagedevice
<< /PageSize [792 1224] /ImagingBBox null >> setpagedevice
NOTE:
The 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
The quotations in the
Job Name and Job
Owner lines are
required.
Loading...
+ 19 hidden pages