Xerox Document Centre DC 535 Reference Manual

Pdl reference guide

Advertisement

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
Document Centre Technical Support Operations
Xerox Document Centre
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:
Custom DOS packages
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.
... for the user
Page 1

Advertisement

Table of Contents
loading

Summary of Contents for Xerox Document Centre DC 535

  • Page 1 ST/LP 3. Follow across the table to find the syntax listed for the PDL examples shown. Read the DC 220/230 ST/LP Dependencies/Caveats section. DCCS 50 dc02cc0304 Document Centre Technical Support Operations Xerox Document Centre … for the user Page 1...
  • Page 2: Print Features

    This feature requires the Resolution encryption scheme that encodes the secure print password and is Xerox Private Quantity Data. Simplex Duplex Long Edge Binding Duplex Short Edge Binding Orientation Forcing Short-Edge Feed Front Cover Imaged/Unimaged...
  • Page 3 Feature Printer Banner Sheet Interleave Interleave Media Color Delay Print dc02cc0304 Document Centre Technical Support Operations Description Allows you to turn printer banner pages on or off based on individual jobs. Allows you to insert blank or imaged sheets between transparencies.
  • Page 4 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.
  • Page 5 Feature Media Source Output Location – options supported depend on output device. Stapling Hole Punching Collation dc02cc0304 Document Centre Technical Support Operations Implementation <</MediaPosition int>> setpagedevice << /OutputType (string) >> setpagedevice %%OID_ATT_OUTPUT_BINS value <</Staple int <</StapleDetails<</Type1/StapleLocation (string)>> >> >>setpagedevice << /Punch int /PunchDetails <<...
  • Page 6 Feature Resolution 600 x 600 x 1 1200 x 1200 x 1 1800 x 1800 x 1 600 x 600 x 2 Quantity Simplex Duplex Long Edge Binding Duplex Short Edge Binding Landscape Orientation Force short edge feeding Page 6 Implementation <</DeviceRenderingInfo <<...
  • Page 7 Feature Front Cover Imaged Enable/ Disable Front Cover Media Type Front Cover Media Color Front Cover Media Size Front & Back Cover Imaged Enable/ Disable Front & Back Cover Media Type Front & Back Cover Media Color Front & Back Cover Media Size Draft Mode Printing...
  • Page 8 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)
  • 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.
  • Page 10 << /Duplex true /Tumble false >> setpagedevice << /Collate false >> setpagedevice Section 6 (Postscript Data Stream Inserted Here) [PostScript] Section 7 (EOF - Closing Statement for PostScript File, Required) %%EOF Page 10 dc02cc0304 Document Centre Technical Support Operations...
  • Page 11: Sample Postscript Headers

    Sample PostScript Headers Example 1 Header for Simple Print NOTE: The header for simple %!PS print specifies the Job %%XRXbegin Owner, Job Name, and one copy. %%OID_ATT_JOB_OWNER “John Smith” %%OID_ATT_JOB_NAME “Print Job” The quotations in the Job Owner and Job %%OID_ATT_COPY_COUNT 1 Name lines are %%XRXend...
  • Page 12 PostScript Feature Dependencies/Caveats • All %% commands (DSC comments) must be in the first 4096 bytes of the job. • When using duplicate commands, the last command takes precedence. Since the setpagedevice commands are normally after the %% commands (DSC comments), the setpagedevice normally takes precedence.
  • Page 13 This section describes the PCL commands required 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. Refer to these reference materials: PCL 5 Printer Language Technical Reference Manual, Hewlett-Packard Manual Part Number 5021-0377.
  • Page 14 Feature Media Type Media Color Media Source Output Location – Options supported depend on output device. Stapling Hole Punching Collation Resolution Page 14 Implementation @PJL COMMENT OID_ATT_DEFAULT_MEDIUM_TYPE “value” @PJL COMMENT OID_ATT_DEFAULT_MEDIUM_ COLOR “value” <esc> & l int H @PJL COMMENT OID_ATT_OUTPUT_BINS value @PJL COMMENT OID_ATT_FINISHING OID_VAL_FINISHING_STAPLE;...
  • Page 15 Feature Quantity Simplex Duplex Orientation Force short edge feeding Front Cover Imaged Enable/Disable Front Cover Media Type @PJL COMMENT Front Cover Media Color @PJL COMMENT Front Cover Media Size Front and Back Cover Imaged/Unimaged dc02cc0304 Document Centre Technical Support Operations Implementation <esc>...
  • Page 16 Feature Front & Back Cover Media Type Front & Back Cover Media Color Front & Back Cover Media Size Image Quality Selection Draft Mode Printing Job Type Banner Sheet Interleave Interleave Media Color Accounting Delay Print Condensed Printing Stair-stepping Page 16 Implementation @PJL COMMENT OID_ATT_FIRSTLAST_PAGE_MEDIA_TY...
  • Page 17 EURO Font For the DC 555/545/535 the Euro character is provided in all of the standard Latin in the following PCL symbol sets: PCL Symbol Set Windows 3.1 Latin 1 Windows 3.1 Latin 2 Windows 3.1 Latin 5 You can select these symbol sets as default from the Document Centre Web client and the local user interface.
  • Page 18 Basic PCL Template This section illustrates a standard PCL template that is used to access general print features as well as Document Centre Product specific features. This template lists each feature and the syntax, both PCL commands and PJL, required to use these features. The next section of this document contains other examples of how to use these commands.
  • Page 19 Sample PCL Headers Example 1 Header for Simple Print <ESC>%-12345X@PJL JOB NOTE: @PJL SET COPIES= 1 This simple print job @PJL COMMENT XRXbegin header specifies the @PJL COMMENT OID_ATT_JOB_OWNER “John Smith”; Job Owner and Job @PJL COMMENT OID_ATT_JOB_NAME “Print Job”; Name and one copy.
  • Page 20 PCL Feature Dependencies/Caveats • All PJL commands must be in the first 4096 bytes of the job. • To combine printer escape commands (not including PJL commands): For example, combine print 5 copies (<ESC>& <ESC>& • In case of duplicate commands, the last one requested takes precedence. •...
  • Page 21 Single Staple Location The following table indicates the location of single staples for different media sizes when using the Document Centre 555/545/535 2000 Sheet Stapler/Stacker (Office Finisher). Media Sizes Legal ( 8.5 x 14 inches) 8.5 x 13 inches (215 x 330 mm) Statement (8.5 x 5.5 inches) A5 ( 148 x 210 mm) Also the following media sizes...
  • Page 22: Postscript Fonts

    PostScript Fonts The following PostScript fonts are resident with the Adobe interpreter. AdobeSansMM AdobeSerifMM AlbertusMT AlbertusMT-Italic AlbertusMT-Light AntiqueOlive-Bold AntiqueOlive-Compact AntiqueOlive-Italic AntiqueOlive-Roman Apple-Chancery Arial-BoldItalicMT Arial-BoldMT Arial-ItalicMT ArialMT AvantGarde-Book AvantGarde-BookOblique AvantGarde-Demi AvantGarde-DemiOblique Bodoni Bodoni-Bold Bodoni-BoldItalic Bodoni-Italic Bodoni-Poster Bodoni-PosterCompressed Bookman-Demi Bookman-DemiItalic Bookman-Light Bookman-LightItalic Carta Chicago Clarendon...
  • Page 23: Pcl Fonts

    PCL Fonts The following PCL fonts are resident with the Phoenix interpreter. 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>...
  • Page 24 Font Name Line Printer (PC-8 D/N) Line Printer (PC-850) Line Printer (Legal) Marigold Times New Times New Bold Times New Italic Times New Bold Italic Symbol Wingdings Univers Bold Univers Bold Italic Univers Bold Condensed Univers Bold Condensed Italic Page 24 PCL Escape Command <esc>(11U<esc>(s0p16.67h8.5v0s 0b0T...
  • Page 25: Ascii Conversion Table

    ASCII Conversion Table dc02cc0304 Document Centre Technical Support Operations Alpha EBCDIC Description Null NULL start-of-heading start-of-text end-of-text end-of-transmission enquiry acknowledge bell backspace linefeed vertical-tab formfeed page carriage-return shift-out shift-in data-link-escape XOFF DC4 DCL negative-acknowledge synchronous-idle end-of-transmission cancel end-of-medium substitute escape field-separator group-separator record-separator...
  • Page 26 Page 26 Alpha EBCDIC Description : colon ; semicolon < < less-than > = equals > greater-than ? question-mark @ at-symbol [ left-bracket \ left-slash backslash ] right-bracket ^ caret _ underscore ` accent dc02cc0304 Document Centre Technical Support Operations...
  • Page 27 dc02cc0304 Document Centre Technical Support Operations Alpha EBCDIC Description { left-brace | vertical-bar } right-brace ~ tilde ^? delete Page 27...
  • Page 28: Additional Information

    Other DC Tips are available at the following URL: http://www.xerox.com/DocumentCentreFamily/Tips . XEROX ®, The Document Company ®, the digital X ®, and all Xerox product names are trademarks of XEROX CORPORATION. Other trademarks belong to their respective owners. Copyright © XEROX CORPORATION 2002. All Rights Reserved.

This manual is also suitable for:

Document centre dc 545Document centre dc 555

Table of Contents