Xerox ColorQube 8700 Bedienungsanleitung Seite 1

Stöbern Sie online oder laden Sie Bedienungsanleitung nach Drucken & Scannen Xerox ColorQube 8700 herunter. Xerox ColorQube 8700 User's Manual Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 28
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 0
CQ8700-8900
Customer Support Page 1
Accessing Extended Features
Overview
This document describes how to access the extended features of the ColorQube 8700/8900 Color Multifunction Printer
(MFP) 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 ColorQube ColorQube 8700/8900 Color Multifunction Printer
commands to use in a PCL print job
commands to use in a PS print job
This information 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 want to implement. Select the page number to jump to that page.
2. Follow the syntax listed for the command you select. 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 printer. 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.
In this document, both PJL COMMENT and DSC are referred to as Comment commands.
PDL Reference Guide for the
Xerox ColorQube 8700/8900 Color MFP
Customer Tip
CQ8700-8900
July 10, 2012
Seitenansicht 0
1 2 3 4 5 6 ... 27 28

Inhaltsverzeichnis

Seite 1 - Customer Tip

CQ8700-8900 Customer Support Page 1 Accessing Extended Features Overview This document describes how to access the extended features of the Color

Seite 2 - Getting Started

CQ8700-8900 Customer Support Page 10 Media Size This command specifies the size of media on which to print the job. Note: some sizes may not apply

Seite 3 - Table of Contents

CQ8700-8900 Customer Support Page 11 NOTE: When sending a job with a media size, there must be a MEDIA COLOR “Unspecified” and MEDIA TYPE “Unspeci

Seite 4 - Customer Support Page 4

CQ8700-8900 Customer Support Page 12 Media Type Media types are used to distinguish the type of media a job requires. If using the Media Source com

Seite 5

CQ8700-8900 Customer Support Page 13 PS (string) value PCL5 examples PCL6 Hexadecimal and String custom1 <Esc>&n8Wdcustom1 0x07

Seite 6 - Customer Support Page 6

CQ8700-8900 Customer Support Page 14 Formatting Commands Feed Edge The values indicate the feed edge to use. Feeds paper so that Leading Edge of p

Seite 7

CQ8700-8900 Customer Support Page 15 Output Destination Indicates the output bin where the print job is sent. Note: Some output options may not be a

Seite 8 - Media Commands

CQ8700-8900 Customer Support Page 16 Hole Punch This command indicates hole punches for a print job on a device with hole punch capability. Note:

Seite 9 - Customer Support Page 9

CQ8700-8900 Customer Support Page 17 Booklet Fold This command indicates an optional fold type generated by the professional finisher. The short edg

Seite 10

CQ8700-8900 Customer Support Page 18 Color Mode Use this command to adjust the delivery of color rendering. PS For color: << /ProcessColorMode

Seite 11

CQ8700-8900 Customer Support Page 19 Cover Commands Front Cover Only This command specifies a job has a front (only) cover sheet and whether the co

Seite 12

CQ8700-8900 Customer Support Page 2 Getting Started PCL and ASCII print jobs can use PJL commands or PCL commands to access the attributes of the dev

Seite 13 - Customer Support Page 13

CQ8700-8900 Customer Support Page 20 FIRST_PAGE_IMAGED. PJL COMMENT Command DSC Comment Command @PJL COMMENT OID_ATT_FIRSTLAST_PAGE_IMAGED “string”;

Seite 14

CQ8700-8900 Customer Support Page 21 Where string is one of the following: NONE BLANK IMAGED Interleave Media Color This command identifies the col

Seite 15 - Customer Support Page 15

CQ8700-8900 Customer Support Page 22 PJL/PCL Dependencies/Caveats • Locate all PJL commands in the beginning of the file before the image data star

Seite 16

CQ8700-8900 Customer Support Page 23 Examples Basic PCL/PJL Template This section illustrates a standard PCL template example that is used to access

Seite 17 - Image Quality Commands

CQ8700-8900 Customer Support Page 24 Sample PJL Headers Note: This section is only an example that may include features and commands that do not exis

Seite 18 - Customer Support Page 18

CQ8700-8900 Customer Support Page 25 Basic PostScript/DSC Template This section is an example of a standard PostScript template that is used to acces

Seite 19

CQ8700-8900 Customer Support Page 26 Example 1 Header for Simple Print0 %!PS %%XRXbegin %%OID_ATT_JOB_OWNER “John Smith”; %%OID_ATT_JOB_NAME “Print J

Seite 20 - Customer Support Page 20

CQ8700-8900 Customer Support Page 27 AlbertusMT AlbertusMT-Italic AlbertusMT-Light AntiqueOlive-Bold AntiqueOlive-Compact AntiqueOlive-Italic Antique

Seite 21

CQ8700-8900 Customer Support Page 28 Supported PCL5 Fonts Albertus Extra Bold Albertus Medium Antique Olive Antique Olive Bold Antique Olive Italic

Seite 22 - DSC/PS Dependencies/Caveats

CQ8700-8900 Customer Support Page 3 Table of Contents Accessing Extended Features ...

Seite 23 - Examples

CQ8700-8900 Customer Support Page 4 PJL/PCL Dependencies/Caveats ...

Seite 24 - Sample PJL Headers

CQ8700-8900 Customer Support Page 5 REFERENCE TOPICS XRXBegin When the interpreter receives this command it begins to parse PJL COMMENT commands to

Seite 25 - Customer Support Page 25

CQ8700-8900 Customer Support Page 6 Job Type The Job Type command indicates a job that requires special handling. PJL COMMENT Command DSC Comment C

Seite 26

CQ8700-8900 Customer Support Page 7 Fax Send Must use with the FAX_SEND Job Type command. Required Commands PJL COMMENT Command DSC Comment Command

Seite 27 - TimesNewRomanPS-BoldItalicMT

CQ8700-8900 Customer Support Page 8 Banner Sheet (Start Sheet) This command turns on/off the banner sheet that prints at the beginning of every job.

Seite 28 - Additional Information

CQ8700-8900 Customer Support Page 9 PCL5 Command Tray Mapping Tool A user with Administrator access rights to the device has the opportunity to chang

Kommentare zu diesen Handbüchern

Keine Kommentare