Xerox ColorQube 8700 Manual de referencia - Página 25

Navegue en línea o descargue pdf Manual de referencia para Impresora todo en uno Xerox ColorQube 8700. Xerox ColorQube 8700 28 páginas. Color multifunction printer
También para Xerox ColorQube 8700: Especificaciones (9 páginas), Manual (17 páginas), Instalación y funcionamiento seguros (11 páginas), Manual de instalación (2 páginas), Manual de uso rápido (18 páginas), Actualización de software (36 páginas), Manual de uso rápido (18 páginas), Manual de uso rápido (18 páginas), Manual de uso rápido (18 páginas)

Xerox ColorQube 8700 Manual de referencia
Note:
The print job specifies
the following items:
• Job owner
• Job name
• 11 x 17 paper size
• Drilled
• Ivory paper
• 1200 x 1200
resolution
• Staple off
• Landscape
• Sample set
• Draft mode
• Offset off
• Banner sheet off
• Duplex long edge
• One copy
The quotations in the
Job Name and Job
Owner lines are required.
CQ8700-8900
Customer Support

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 every product model.
Section 1 (Adobe Reference Command)
%!PS
Section 2 (XRXbegin - Opening Comment Statement, Required)
%%XRXbegin
Section 3 (OID Commands)
%%OID_ATT_JOB_OWNER "John Smith";
%%OID_ATT_JOB_TYPE OID_VAL_JOB_TYPE_PRINT;
%%OID_ATT_START_SHEET OID_VAL_JOB_SHEET_NONE;
%%OID_ATT_JOB_NAME "Readme.txt";
%%OID_ATT_PRINT_QUALITY OID_VAL_PRINT_QUALITY_DRAFT;
Section 4 (XRXend - Closing statement for Comment Section, Required)
%%XRXend
Section 5 (Options Such as Selecting Different Fonts, Simplex, Duplex, etc.)
<< /PostRenderingEnhance false >> setpagedevice
<< /Staple 0 >> setpagedevice
<< /Jog 0 >> setpagedevice
<< /ManualFeed false >> setpagedevice
<< /MediaType (Drilled) >> setpagedevice
<< /MediaColor (Ivory) >> setpagedevice
<< /DeviceRenderingInfo << /Type 4 /ValuesPerColorComponent 2 >> >>
setpagedevice
<< /HWResolution [1200 1200] >> setpagedevice
<< /PageSize [792 1224] >> setpagedevice
<< /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 25