Xerox Multifunction Devices Customer Tips … for the user dc04cc0332 June 9, 2004 PDL Reference Guide for the WorkCentre Pro 65/75/90 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 applies to these Xerox products: WC Pro 32/40 Color x WC Pro 65/75/90 WC Pro 35/45/55 WC M35/M45/M55 DC 555/545/535 DC 490/480/470/460 DC 440/432/425/420 DC 332/340 DC 26
Print Features The WorkCentre Pro 65/75/90 supports PostScript level 2 and 3 commands or PCL5e and PCL6 escape sequences that enable the features listed in the following table. dc04cc0332 Customer Support 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.
Feature Description Interleave Media Color Allows you to select media color for the interleaves. Only use this feature in conjunction with ithe nterleave 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 WorkCentre Pro 65/75/90 features. This table lists each feature and the PostScript syntax used to enable the feature.
Feature Implementation Values Media Color <> setpagedevice Where value is one of the following: Yellow, Green, Buff, White, Red, Ivory, Gray, Clear, Pink, Goldenrod, Orange, Blue, Other, Unspecified, Custom1 – Custom7.
Feature Implementation Values Orientation <> setpagedevice Front Cover Imaged Enable/Disable %%OID_ATT_FIRST_PAGE_ IMAGED “value” [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 Where value is TRUE or FALSE TRUE produces an imaged cover. FALSE produces a blank cover.
Feature Implementation Front & Back Cover %%OID_ATT_FIRSTLAST_PAGE_ Media Color MEDIA_COLOR “value”; Front & Back Cover Media Size %%OID_ATT_FIRSTLAST_PAGE_ME DIA_SIZE "xxx yyy" Values Where value is one of the following: Yellow, Green, Buff, White, Red, Ivory, Gray, Clear, Pink, Goldenrod, Orange, Blue, Other, Unspecified, Custom1 – Custom7. NOTE: Use this command in conjunction with these two commands: Front & Back Cover Imaged Enable and Front & Back Cover Media Type.
Feature Implementation Values Delay Print %%OID_ATT_JOB_PRINT_AFTER "yyyymmddhhmmss” Allows you to specify the time a job prints. You 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 24hour clock. For example: July 29, 1999 at 3:25 PM is expressed as: 19990729152500.
Structure of a PostScript File that Includes Xerox Commands This section illustrates the structure of a PostScript file that includes Xerox commands. The sections shown are taken from a typical PostScript file used to access 2-sided printing, single portrait stapling, and output to main tray (stacker) features of the WorkCentre Pro 65/75/90.
PostScript Feature Dependencies/Caveats Page 9 • All %% commands (DSC comments) must be in the first 4096 bytes of the job. • When you use duplicate commands, the last command takes precedence. Since the setpagedevice commands are normally after the %% commands (DSC comments), the setpagedevice normally takes precedence. • The WorkCentre Pro 65/75/90 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 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 this reference material: 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 Color @PJL COMMENT OID_ATT_DEFAULT_MEDIUM_ COLOUR “value”; Media Source & l int H Output Location @PJL COMMENT OID_ATT_OUTPUT_BINS value; Stapling @PJL COMMENT OID_ATT_FINISHING OID_VAL_FINISHING_STAPLE; @PJL COMMENT XRXSTAPLE = value; @PJL COMMENT OID_ATT_OUTPUT value; Collation Resolution @PJL SET RESOLUTION = value; Quantity & l int X or @PJL SET COPIES = int; & l int S Simplex Values Where value is one of the following: Yellow, Green, Buff, W
Feature Implementation Front Cover Media Type @PJL COMMENT OID_ATT_FIRST_PAGE_MEDIA_TYPE “ value”; Front Cover Media Color @PJL COMMENT OID_ATT_FIRST_PAGE_MEDIA_ COLOR “value”; Front Cover Media Size Front and Back Cover Imaged/Unimaged Front & Back Cover Media Type Front & Back Cover Media Color @PJL COMMENT OID_ATT_FIRST_PAGE_MEDIA_SIZE "xxx yyy"; @PJL COMMENT OID_ATT_FIRSTLAST_PAGE_ IMAGED value; @PJL COMMENT OID_ATT_FIRSTLAST_PAGE_MEDIA_TY PE “value”; @PJL COMMENT OID_ATT_FIRSTLAST_PAGE_MEDIA
Feature Implementation Banner Sheet @PJL COMMENT OID_ATT_START_SHEET value; Interleave @PJL COMMENT OID_ATT_INTERLEAVE value; Interleave Media Color @PJL COMMENT OID_ATT_INTERLEAVE_COLOR “value”; Accounting @PJL COMMENT OID_ATT_ACCOUNTING_INFORMATION "UserID|042AccountID"; Delay Print Values @PJL COMMENT OID_ATT_JOB_PRINT_AFTER "yyyymmddhhmmss”; Condensed Printing Stair-stepping Where value is one of the following: OID_VAL_JOB_SHEET_FULL (On) OID_VAL_JOB_SHEET_NONE (Off) Where value is one o
Structure of a PCL File that Includes Xerox Commands This section illustrates the structure of a PCL file that includes Xerox commands. The sections shown are taken from a typical PCL file used to access 2-sided printing, single portrait stapling, and output to main tray (stacker) features of the WorkCentre Pro 65/75/90.
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.
Using WordPad to Create a PS/PCL Printing Feature File This section describes a simple process to create a file that contains print features you select. You may want to view the content of this file before you create a template manually. In many cases the file you create is usable to access and generate print jobs with Xerox print features. 1. Open WordPad and enter the text, Test. 2. Select File > Print and select a driver for the PDL (PostScript or PCL) you wish to use. 3. Click Preferences.
PostScript Fonts The following PostScript fonts are resident with the Oak interpreter.
PCL Fonts The following PCL fonts are resident with the Oak interpreter. Each of these commands references either a 12-point font, or a 10-pitch font. If you wish to use any other point size, simply change the 12v to the desired size (.25 - 999.75), to use a different pitch change the 10h to the desired size (> 0.00). The commands listed use the default symbol set, Roman-8. To change the symbol set, include the alternate symbol set after the first and before the second .
Times New Roman Bold Times New Roman Bold Italic Symbol Wingdings ITC AvantGuard Black ITC AvantGuard Black Oblique ITC AvantGuard DemiBold ITC AvantGuand DemiBold Oblique ITC Bookman Light ITC Bookman Light Italic ITC Bookman DemiBold Bookman DemiBold Italic Courier PS Courier PS Oblique Courier PS Bold Courier PS Bold Oblique Helvetica Helvetica Oblique Helvetica Bold Helvetica Bold Oblique Helvetica Narrow Helvetica Narrow Oblique HeLvetica Narrow Bold HeLvetica Narrow BoLd Oblique New Century SchooLbook
ASCII Conversion Table Dec Hex 000 001 002 003 004 00 01 02 03 04 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11 12 13 14 15 022 023 16 17 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 18 19 1A 1B 1C 1D 1E 1F 20 21 22 23 24 25 26 27 28 29 ASCII / Description NUL / NULL SOH / start-of-heading STX / start-of-text ETX / end-of-text EOT / end-oftransmission ENQ / enquiry ACK / acknowledge BEL / bell BS / backspace HT
Additional Information Xerox Customer Service welcomes feedback on all documentation - send feedback via email to: USA.DSSC.Doc.Feedback@mc.usa.xerox.com. You can reach Xerox Customer Support at 1-800-821-2797 (USA), TTY 1-800-855-2880 or at http://www.xerox.com. Other Tips about Xerox multifunction devices are available at the following URL: http://www.office.xerox.com/support/dctips/dctips.html.
dc04cc0332 Customer Support Page 22