Version 1.
©2012 Xerox Corporation. All rights reserved. XEROX® and XEROX and Design® are trademarks of the Xerox Corporation in the United States and/or other countries. Adobe® and PostScript® are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries.
Table of Contents Table of Contents................................................................................................. iii Overview ................................................................................................................... 1 Using this Guide ..................................................................................................... 3 PostScript Fonts ..................................................................................................... 5 PCL ..
Overview 1 This document enables you to access the extended features of the D95/D110/D125 and in environments that do not have a custom driver. 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.
2 PDL Reference Guide
Using this Guide 2 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 Copier/Printer must have the Finisher option installed to use stapling commands. 3. Following across the table to find the syntax listed for the PDL examples shown. Read the Dependencies/Caveats section.
4 PDL Reference Guide
3 PostScript Fonts The following PS fonts are resident with Adobe® interpreter: Albertus Gill Sans Italic New Century Schoolbook Italic Albertus Italic Gill Sans Bold New Century Schoolbook Bold Albertus Light Gill Sans Bold Italic New Century Schoolbook Bold Italic Antique Olive Roman Gill Sans Light NewYork Antique Olive Italic Gill Sans Light Italic OCR-B Letterpress M Antique Olive Bold Gill Sans Extra Bold Optima Roman Antique Olive Compact Gill Sans Condensed Optima Italic Apple
6 Clarendon Roman Hoefler Text Black Italic Univers 45 Light Clarendon Bold Hoefler Ornaments Univers 45 Light Oblique Clarendon Light Joanna Univers 55 Cooper Black Joanna Italic Univers 55 Oblique Cooper Black Italic Joanna Bold Univers 65 Bold Copperplate Gothic 32BC Joanna Bold Italic Univers 65 Bold Oblique Copperplate Gothic 33BC Letter Gothic Univers 57 Condensed Coronet Letter Gothic Slanted Univers 57 Condensed Oblique Courier Letter Gothic Bold Univers 67 Condensed Bold
4 PCL This Copier/Printer supports PCL5e and PCL XL Color emulations that enable the features listed in the following table: Feature Job Name Description Job Name Custom Paper Size This command specifies the customer designated media size. Media Size This command specifies the size of media on which to print the job. Media Source This command specifies the tray to supply the job’s media. Output Location Indicates the output bin where the print job is sent.
8 PDL Reference Guide
PCL/PJL Implementation 5 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. Refer to these reference materials: PCL5 Printer Language Technical Reference Manual and Printer Job Language Technical Reference Manual, Hewlett-Packard Manual.
Feature Implementation Values LETTERCOVER = 9 x 11" JPOST = Postcard (100 x 148mm) JPOSTD = Postcard (148 x 200mm) POSTCARD = Postcard (4 x 6") 50X70 = 5 x 7" &l int A Where value is one of the following: 25 = A5 (148 x 210mm) † 26 = A4 (210 x 297mm) 27 = A3 (297 x 420mm) 45 = B5 (182 x 257mm) 46 = B4 (257 x 364mm) 41 = Statement (5.5 x 8.5") † 1 = Executive (7.25 x 10.5") † 2 = Letter (8.5 x 11") 18 = 8.5 x 13" 3 = Legal (8.
Feature Implementation Punch @PJL SET PUNCH = value1 @PJL SET JOBATTR = ”@PNHN = value2” Folding Booklet @PJL SET JOBATTR = "@FOLD = value1" @PJL SET JOBATTR = “@BKLT = value1” @PJL SET JOBATTR = “@BKSG = value2” @PJL SET JOBATTR = “@BKDN = int1” @PJL SET JOBATTR = “@BKTP = int2” Quantity @PJL SET QTY = int Resolution @PJL SET RESOLUTION = value Bits Per Pixel @PJL SET BITSPERPIXEL = value Copies @PJL SET COPIES = int &l int X Simplex @PJL SET DUPLEX = value1 &l int S Duplex P
Feature Implementation &l int S Orientation @PJL SET ORIENTATION = value &l int O Force short edge feeding @PJL SET PAPERDIRECTION = value Job Mode @PJL JOB MODE = value Job Type (Secure Print / Proof) @PJL SET HOLD = value1 @PJL SET HOLDKEY = "string" Interleaving Paper (Transparency Separator) @PJL SET SLIPSHEET = value Job Based Accounting @PJL SET JOBATTR = “@JOAU = string1” @PJL SET JOBATTR = “@JOAP = string2” @PJL SET JOBATTR = “@DAID = string3” Auditron Delay Print ditto @PJ
PJL Template 6 This section illustrates a standard PJL template that is used to access general print features as well as Copier/Printer 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.
14 PDL Reference Guide
Sample PJL Headers 7 Example 1 Simple Print %-12345X@PJL JOB MODE=PRINTER @PJL COMMENT Beginning PCL Job @PJL SET OUTBIN=MAINTRAY @PJL SET QTY=1 @PJL SET RESOLUTION=600 @PJL SET JOBATTR=”@JOAU=Nagaoka” Example 2 Finishing Options (Stapling) %-12345X@PJL JOB MODE=PRINTER @PJL SET OUTBIN=OUTBIN101 @PJL SET FINISH=ON @PJL SET STAPLE=TOPLEFT Example 3 Finishing Options (Punch) %-12345X@PJL JOB MODE=PRINTER
@PJL SET QTY=1 Example 6 Finishing Options (Bi-Folding(single page)) %-12345X@PJL JOB MODE=PRINTER @PJL SET OUTBIN=BOOKLETTRAY @PJL SET FINISH=NONE @PJL SET STAPLE=NONE @PJL SET JOBATTR="@FOLD=BIFOLDINSIDE" @PJL SET JOBATTR="@BKSG=LEFT" Example 7 Proof Print %-12345X@PJL JOB MODE=PRINTER @PJL SET HOLD=PROOF @PJL SET USERNAME="John" @PJL SET JOBNAME="Job1" Example 8 Confidential (Secure) Print without encryp
PCL/PJL Feature Dependencies/ Caveats 8 All PJL commands must be in the first 2,500 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 (&|5X) and use letter size (&|2A) as &|5x2A.
18 PDL Reference Guide
9 PCL Fonts The following PCL fonts are resident. 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) (10U(s0p16.67h8.5v0s0b0T Line Printer (PC-8 D/N) (11U(s0p16.67h8.5v0s0b0T Line Printer (PC-850) (12U(s0p16.67h8.5v0s0b0T Line Printer (Legal) (1U(s0p16.67h8.
Font Name PCL Escape Command ITC Bookman Light ((s1p12v0s-3b24623T ITC Bookman Light Italic ((s1p12v1s-3b24623T ITC Bookman Demi ((s1p12v0s2b24623T ITC Bookman Demi Italic ((s1p12v1s2b24623T Helvetica Narrow ((s1p12v4s0b24580T Helvetica Narrow Oblique ((s1p12v5s0b24580T Helvetica Narrow Bold ((s1p12v4s3b24580T Helvetica Narrow Bold Oblique ((s1p12v5s3b24580T New Century Schoolbook Roman ((s1p12v0s0b2