Xerox WorkCentre 77 Series Reference Manual

Pdl, customer tip
Hide thumbs Also See for WorkCentre 77 Series:

Advertisement

PDL Reference Guide for the
Xerox WorkCentre 77xx Series
Customer Tip
dc10cc0469

Accessing Extended Features

Overview

This document describes how to access the extended features of the WorkCentre 77xx Series in environments for which
Xerox does not make a custom driver.
Note: Some of the commands and syntax used in this document requires 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
tables are also included:
 features supported by the WorkCentre 77xx Series
 commands to use in a PCL print job
 commands to use in a PS print job
This document is not intended as a PS or PCL reference manual, but a guide for using the extended features in PS, PCL or
ASCII print jobs.

Using this Guide

1. Refer to the Feature List for the feature you wish to implement. Select the page number to jump to that page.
2. Follow the syntax listed for the command you selected. Read the "Dependencies/Caveats" section. You can access
features using several methods:
 PCL or PS commands
 PJL SET commands
 Xerox specific COMMENT command.

Feature Listing

PCL and ASCII print jobs can use PJL commands or PCL commands to access the attributes of the device. If there is more
than one method listed to access a specific feature, determine the best method for your application and use that method.
PostScript print jobs can use Document Structuring Commands (DSC) or PS commands. If there is more than one method
listed to access a specific feature, determine the best method for your application and use that method.
For this document, both PJL COMMENT and DSC are referred to as Comment commands.
dc10cc0465
Customer Support
September 17, 2010
Page 1

Advertisement

Table of Contents
loading

Summary of Contents for Xerox WorkCentre 77 Series

  • Page 1: Accessing Extended Features

    This document describes how to access the extended features of the WorkCentre 77xx Series in environments for which Xerox does not make a custom driver. Note: Some of the commands and syntax used in this document requires familiarity with either PostScript (PS) or Printer Command Language (PCL).
  • Page 2: Getting Started

    Comment commands must end with a semicolon except for the XRXbegin and XRXend commands.  A comment command not enclosed by XRXbegin and XRXend is NOT a Xerox specific command and is treated as a real comment with no functional attachment to its contents.
  • Page 3: Table Of Contents

    Table of Contents Accessing Extended Features..............................1 Overview ....................................1 Using this Guide..................................1 Feature Listing ..................................1 Getting Started..................................2 XRXBegin......................................5 XRXEnd........................................ 5 General Comment Commands.............................5 JOB NAME ......................................5 JOB OWNER ...................................... 5 COPIES........................................ 5 JOB TYPE......................................6 DELAY PRINT....................................6 FAX SEND......................................7 BANNER SHEET (START SHEET)...............................
  • Page 4 Table of Contents (continued) PJL/PCL Dependencies/Caveats............................21 DSC/PS Dependencies/Caveats ............................21 Examples ......................................22 Supported PostScript Fonts ..............................26 Supported PCL5 Fonts ................................28 Additional Information................................28 dc10cc0465 Customer Support Page 4...
  • Page 5: Xrxbegin

    XRXBegin When the interpreter receives this command it begins to parse PJL COMMENT commands to check for Xerox-specific commands until it receives the command to stop parsing. PJL COMMENT Command DSC Comment Command @PJL COMMENT XRXbegin %%XRXbegin XRXEnd When the interpreter receives this command it stops parsing PJL COMMENT commands.
  • Page 6: Job Type

    JOB TYPE The Job Type command indicates a job that requires special handling. PJL COMMENT Command DSC Comment Command @PJL COMMENT OID_ATT_JOB_TYPE %%OID_ATT_JOB_TYPE OID_VAL_JOB_TYPE_string; OID_VAL_JOB_TYPE_string; Where string is one of the following: PRINT Indicates a normal print job. PROOF_PRINT Comparable to Sample Set in a driver. This job type allows you to specify multiple copies with the @PJL SET COPIES command.
  • Page 7: Fax Send

    FAX SEND Must use with the FAX_SEND Job Type command. Required Commands PJL COMMENT Command DSC Comment Command @PJL COMMENT OID_ATT_JOB_TYPE %%OID_ATT_JOB_TYPE OID_VAL_JOB_TYPE_FAX_SEND; OID_VAL_JOB_TYPE_FAX_SEND; @PJL COMMENT %%OID_ATT_FAX_DESTINATION_PHONE "xxxx"; OID_ATT_FAX_DESTINATION_PHONE "xxxx"; Where xxxx is the phone number and any special access numbers. If a dialing prefix is added, it must be immediately followed by a pause (comma) character.
  • Page 8: Banner Sheet (Start Sheet)

    BANNER SHEET (START SHEET) This command turns on/off the banner sheet that prints at the beginning of every job. It only applies to the job that contains the command; it does not affect any other jobs. If the device is configured to disable banner sheets, this command is ignored.
  • Page 9: Media Size

    MEDIA SIZE This command specifies the size of media on which to print the job. These are PCL commands rather than PJL commands. Insert a media size command within the PCL portion of the print job. PCL Cmd PS Cmd <</PageSize [width height]/ImagingBBox null>>...
  • Page 10: Custom Media Sizes

    Envelope Sizes PCL5 PCL6 PS (W H) Envelope Sizes PCL5 PCL6 PS (W H) Points Points C4 Envelope 649 x 918 C5 Envelope 459 x 649 (229 x 324 mm) (162 x 229 mm) NOTE: When sending a job with a media size, there must be a MEDIA COLOUR “Unspecified” and MEDIA TYPE “Unspecified” PJL COMMENT command issued in the PDL.
  • Page 11: Media Type

    MEDIA TYPE Media types are used to distinguish the type of media a job requires. If using the Media Source command, set the Media Type command to Unspecified. Paper Type PS String Value PCL5 PCL 6 Length /String Length String /MediaType Unspecified [Esc]&n12WdUnspecified Unspecified...
  • Page 12: Media Color

    Paper Type PS String Value PCL5 PCL 6 Paper Type Length /String Custom Type 1 /MediaType Custom1 [Esc]&n12WdCustomType1 CustomType1 Custom Type 2 /MediaType Custom2 [Esc]&n12WdCustomType2 CustomType2 Custom Type 3 /MediaType Custom3 [Esc]&n12WdCustomType3 CustomType3 Custom Type 4 /MediaType Custom4 [Esc]&n12WdCustomType4 CustomType4 Custom Type 5 /MediaType Custom5 [Esc]&n12WdCustomType5...
  • Page 13: Feed Edge

    FEED EDGE The values indicate the feed edge to use. Feeds paper so that Leading Edge of paper is the shorter side. PJL COMMENT Command DSC Comment Command PS Set Page @PJL COMMENT OID_ATT_FEED_EDGE %% OID_ATT_FEED_EDGE /Leading Edge integer or null string;...
  • Page 14: Finishing Comment Commands

    Finishing Comment Commands OFFSET This feature provides a physical offset of hard copy that distinguishes between sets or stacks within a job. PJL SET Cmd PS Cmd @PJL SET JOBOFFSET=string <</Jog int>> Where string is: Where int is: 0 = no offset 3 = offset each set OUTPUT DESTINATION Indicates the output bin where the print job is sent.
  • Page 15: Staple

    STAPLE This command indicates use and location of staple(s). PJL COMMENT Command PS SET Page @PJL COMMENT XRXSTAPLE=string; /Staple int /StapleDetails<</Type 1 /StapleLocation(“string”) Where string is: Where int is: PORTRAIT 0 = No Staple LANDSCAPE 3 = Staple at end of set DUAL Where string is: SinglePortrait...
  • Page 16: Fold

    FOLD This command indicates an optional fold type generated by the professional finisher. The short edge feed command is also required to use the booklet fold command. PJL COMMENT Cmd DSC Comment Cmd PS Set Page @PJL COMMENT %%OID_ATT_FOLD /Fold int1 OID_ATT_FOLD string;...
  • Page 17: Image Quality

    Image Quality PRINT QUALITY This command sets the resolution value. PS Command PJL Command DSC Comment Cmd Use DSC Comments @PJL COMMENT %% OID_ATT_PRINT_MODE string; OID_ATT_PRINT_MODE OID_VAL_PRINT_MODE_stri Where string is: PREMIUM = Enhanced STANDARD = Standard DRAFT = Toner Saver COLOR MODE Use this command to adjust the delivery of color rendering.
  • Page 18: Internal Auditron

    INTERNAL AUDITRON This PJL command sends the users pin number for use by devices that support the Internal Auditron or Xerox Standard Accounting (XSA). You must provide at least a valid USERID. You may also provide a GENERAL Account number or GROUP Account number if required.
  • Page 19: Front Cover Only Media Size

    FRONT COVER ONLY MEDIA SIZE This command indicates the first page of a job is to print on media of a specified size. Requires that OID_ATT_FIRST_PAGE_IMAGED is also used. PJL COMMENT Cmd DSC Comment Cmd @PJL COMMENT %%OID_ATT_FIRST_PAGE_MEDIA_SIZE “mm mm”; OID_ATT_FIRST_PAGE_MEDIA_SIZE “mm mm”;...
  • Page 20: Front And Back Cover Media Size

    FRONT AND BACK COVER MEDIA SIZE Overrides the document’s media size for the first and last sheet. Requires OID_ATT_FIRSTLAST_PAGE_IMAGED to be used also. PJL COMMENT Cmd DSC Comment Cmd @PJL COMMENT %%OID_ATT_FIRSTLAST_PAGE_MEDIA_SIZE “mm mm”; OID_ATT_FIRSTLAST_PAGE_MEDIA_SIZE “mm mm”; Where mm mm is one of the metric sizes listed in the MEDIA SIZE table. FRONT AND BACK COVER MEDIA TYPE Overrides the document’s media type for the first and last sheet.
  • Page 21: Pjl/Pcl Dependencies/Caveats

    PJL/PCL Dependencies/Caveats  Locate all PJL commands in the first 64KB of the job.  To combine printer escape commands (not including PJL commands):  The first two characters after the <esc> MUST be the same.  All alpha characters MUST be lowercase, except the final terminating character. ...
  • Page 22: Examples

    Examples Basic PCL/PJL Template This section illustrates a standard PCL template example that is used to access general print features. This example lists each feature and the syntax, both PCL commands and PJL, required to use these features. Note: This section is only an example that may include features and commands that do not exist for this product.
  • Page 23 Sample PCL Headers Note: This section is only an example that may include features and commands that do not exist for this product. Example 1 Header for Simple Print <ESC>%-12345X@PJL JOB Note: @PJL SET COPIES= 1 This is a simple print job @PJL COMMENT XRXbegin header specifying the Job Owner and Job...
  • Page 24 Basic PostScript/DSC Template This section is an example of a standard PostScript template that is used to access general print features. This template lists each feature and the syntax, both Postscript commands and DSC (Document Structuring Conventions) required. Note: This section is only an example that may include features and commands that do not exist for this product.
  • Page 25 Example 1 Header for Simple Print0 Note: %!PS The header for simple %%XRXbegin print specifies the Job %%OID_ATT_JOB_OWNER “John Smith” Owner, Job Name, and %%OID_ATT_JOB_NAME “Print Job” one copy. %%OID_ATT_COPY_COUNT 1 The quotations in the %%XRXend Job Owner and Job Name lines are required.
  • Page 26: Supported Postscript Fonts

    Supported PostScript Fonts Identifying Trademark Typeface Identifying Trademark Typeface AlbertusMT GreekMono851 BoldItalic AlbertusMT Italic GreekMono851 Italic AlbertusMT Light GreekMono8859-7 AntiqueOlive Roman GreekMono8859-7 Bold AntiqueOlive Italic GreekMono8859-7 BoldItalic AntiqueOlive Bold GreekMono8859-7 Italic AntiqueOlive Compact GreekSans737 Apple Chancery GreekSans737 Bold ArialMT GreekSans737 BoldItalic Arial BoldItalicMT...
  • Page 27 Identifying Trademark Typeface Identifying Trademark Typeface NewCenturySchlbk BoldItalic Times Roman NewCenturySchlbk Italic TimesNewRomanPS BoldItalicMT NewCenturySchlbk Roman TimesNewRomanPS BoldMT New York TimesNewRomanPS ItalicMT Optima TimesNewRomanPSMT Optima Bold Univers Optima BoldItalic Univers Bold Optima Italic Univers BoldExt Oxford Univers BoldExtObl Palatino Bold Univers BoldOblique Palatino...
  • Page 28: Supported Pcl5 Fonts

    USA.DSSC.Doc.Feedback@xerox.com. Other Tips about Xerox multifunction devices are available at the following URL: http://www.office.xerox.com/support/dctips/dctips.html. © 2010 Xerox Corporation. All rights reserved. XEROX®, XEROX and Design®, and WorkCentre® are trademarks of Xerox Corporation in the United States and/or other countries. dc10cc0465...

This manual is also suitable for:

Workcentre 7755Workcentre 7765Workcentre 7775

Table of Contents