Xerox Document Centre … for the user dc02cc0304 September 20, 2002 PDL Reference Guide for the DC 555/545/535 Accessing Extended Features 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 Overview This document enables you to access the extended features of the Document Centre in environments that do not have a custom driver.
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. 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. 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.
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.
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.
Feature Implementation Values Media Source <> 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) Output Location – options supported depend on output device.
Feature Implementation Resolution 600 x 600 x 1 1200 x 1200 x 1 <> /HWResolution [x y]>> setpagedevice Values Where x and y are one of the following: 600 600 1200 1200 1800 1800 1800 x 1800 x 1 600 x 600 x 2 <> /HWResolution [x y]>> setpagedevice Quantity <>setpagedevice OR %% OID_ATT_COPY_COUNT value Simplex <> setpagedevice Duplex Long Edge <
Feature Implementation Values Front Cover Imaged Enable/ Disable %%OID_ATT_FIRST_PAGE_ IMAGED “value” Where value is TRUE or FALSE Front Cover Media %%OID_ATT_FIRST_PAGE_ Type MEDIA_TYPE “value”; Front Cover Media %%OID_ATT_FIRST_PAGE_ Color MEDIA_COLOR “value”; Front Cover Media %%OID_ATT_FIRST_PAGE_MEDIA_SIZ Size E "xxx yyy" Front & Back Cover Imaged Enable/ Disable %%OID_ATT_FIRSTLAST_PAGE_IMAG ED “value” Front & Back %%OID_ATT_FIRSTLAST_PAGE_ Cover Media Type MEDIA_TYPE “value”; Front & Back
Feature Implementation Image Quality Selection %%OID_ATT_IMAGE_QUALITY n; Page 8 Job Type %%OID_ATT_JOB_TYPE value; Printer Banner Sheet %%OID_ATT_START_SHEET value; Interleave %%OID_ATT_INTERLEAVE value; Interleave Media Color %%OID_ATT_INTERLEAVE_ COLOR “value”; Accounting %%OID_ATT_ACCOUNTING_INFORMA TION "UserID|042AccountID"; Delay Print %%OID_ATT_JOB_PRINT_AFTER "yyyymmddhhmmss” Values Where value is one of the following: False = Bold HP type output True = Xerox High Accuracy output Wh
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.
<< /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
Sample PostScript Headers NOTE: The header for simple print specifies the Job Owner, Job Name, and one copy. Example 1 Header for Simple Print The quotations in the Job Owner and Job Name lines are required. %%OID_ATT_JOB_NAME “Print Job” %!PS %%XRXbegin %%OID_ATT_JOB_OWNER “John Smith” %%OID_ATT_COPY_COUNT 1 %%XRXend Example 2 Header for Proof Print NOTE: This is a proof print job header. This job requests 6 copies.
PostScript Feature Dependencies/Caveats Page 12 • 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. • The Document Centre supports PostScript resolutions up to and including 1800 x 1800. Some PostScript jobs may not print if you use this resolution.
PCL 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. NOTE: Throughout this document, refers to the escape key.
Feature Implementation Media Type @PJL COMMENT OID_ATT_DEFAULT_MEDIUM_TYPE “value” Media Color Media Source @PJL COMMENT OID_ATT_DEFAULT_MEDIUM_ COLOR “value” & l int H Output Location – @PJL COMMENT OID_ATT_OUTPUT_BINS value Options supported depend on output device.
Feature Implementation Quantity Simplex & l int X or @PJL SET COPIES = int & l int S Duplex & l int S Orientation & l int O Force short edge feeding @PJL COMMENT OID_ATT_FEED_EDGE value; Values Where int is: 1 to 9999 (1 to 999 for DC2xx devices) Where int is the following: 0 = Simplex Where int is one of the following: 1 = Duplex Long Edge Binding 2 = Duplex Short Edge Binding Where int is one of the following: 0 = Portrait 1 = Landscape 2 = Rotated Portrait 3 = Rotated La
Feature Implementation Values Where value is one of the following: system-default, standard, transparency, labels, drilled, recycled, pre-printed, heavyweight, and other. NOTE: Use this command in conjunction with the previous and these commands: Front and Back Cover Imaged Enable and Front and Back Cover Media Color.
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 Symbol Set Code Code Page Euro Sign Character Code Windows 3.1 Latin 1 19U 1252 128 Windows 3.1 Latin 2 9E 1250 128 Windows 3.1 Latin 5 5T 1254 128 You can select these symbol sets as default from the Document Centre Web client and the local user interface. The Euro character is not supported using other symbol sets including “Win 3.
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.
Sample PCL Headers Example 1 Header for Simple Print NOTE: This simple print job header specifies the Job Owner and Job Name and one copy. The quotations in the Job Owner and Job Name lines are required.
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): The first two characters after the MUST be the same. All alpha characters MUST be lowercase, except the final terminating character. The commands are read left to right. Combine commands in the order you wish them to execute. For example, combine print 5 copies (&l5X) and use letter size (&l2A) as &l5x2A.
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).
PostScript Fonts The following PostScript fonts are resident with the Adobe interpreter.
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 and before the second . Use the line printer examples as a reference.
Font Name PCL Escape Command Line Printer (PC-8 D/N) Marigold (11U(s0p16.67h8.5v0s 0b0T (12U(s0p16.67h8.5v0s 0b0T (1U(s0p16.67h8.
ASCII Conversion Table Hex Dec Alpha EBCDIC 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F 20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F 30 31 32 33 34 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 Null SOH STX ETX EOT ENQ ACK BEL BS HT LF VT FF CR SO SI DLE DC1 DC2 DC3 DC4 NAK SYN ETB CA
Page 26 Hex Dec Alpha EBCDIC 35 36 37 38 39 3A 3B 3C 3D 3E 3F 40 41 42 43 44 45 46 47 48 49 4A 4B 4C 4D 4E 4F 50 51 52 53 54 55 56 57 58 59 5A 5B 5C 5D 5E 5F 60 61 62 63 64 65 66 67 68 69 6A 6B 6C 6D 053 054 055 056 057 058 059 060 061 062 063 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095 096 097 098 099 100 101 102 103 104 105 106 107 108 109 5 6 7 8 9 : ; < > = ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [
Hex Dec Alpha EBCDIC Description 6E 6F 70 71 72 73 74 75 76 77 78 79 7A 7B 7C 7D 7E 7F 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 n o p q r s t u v w x y z { | } ~ DEL 95 96 97 98 99 A2 A3 A4 A5 A6 A7 A8 A9 C0 6A D0 A1 07 n o p q r s t u v w x y z { left-brace | vertical-bar } right-brace ~ tilde ^? delete dc02cc0304 Document Centre Technical Support Operations Page 27
Additional Information Xerox’s Document Centre Technical Support Operations welcomes feedback on all DC Tips documentation - send feedback via e-mail to: USA.DSSC.Doc.Feedback@mc.usa.xerox.com. 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.