Xerox WorkCentre Pro 75 Manuel de référence - Page 8

Parcourez en ligne ou téléchargez le pdf Manuel de référence pour {nom_de_la_catégorie} Xerox WorkCentre Pro 75. Xerox WorkCentre Pro 75 22 pages. Pdl reference guide
Également pour Xerox WorkCentre Pro 75 : Manuel de démarrage rapide (16 pages), Manuel de l'utilisateur (24 pages), Manuel d'administration du système (30 pages), Manuel d'installation du réseau (42 pages)

Xerox WorkCentre Pro 75 Manuel de référence
dc04cc0332
Customer Support
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.
Note: To generate a complete PostScript print ready file that you can review and/or use to
access WorkCentre Pro 65/75/90 features, see "Using WordPad to Create a PS/PCL
Printing Feature File," later in this document.
Section 1 (Adobe reference command)
%!PS
Section 2 (XRXbegin - opening comment statement, required)
%% XRXbegin
Section 3 (OID commands)
%%OID_ATT_JOB_OWNER "ROlivier";
%%OID_ATT_JOB_NAME "Document";
%%OID_ATT_JOB_TYPE OID_VAL_JOB_TYPE_PRINT;
%%OID_ATT_START_SHEET OID_VAL_JOB_SHEET_FULL;
Section 4 (XRXend - Closing statement for comment section, required)
%% XRXend
Section 5 (Options coded with additional postscript commands)
%%BeginFeature: *PKeyOutputDest OpKeyOutputStacker
(<<) cvx exec /OutputType (Stacker) (>>) cvx exec
setpagedevice
%%EndFeature
featurebegin{
(<<) cvx exec /Staple 3 /StapleDetails (<<) cvx exec /Type 1
/StapleLocation (SinglePortrait) (>>) cvx exec (>>) cvx exec
setpagedevice
featurebegin{
%%BeginFeature: *Duplex DuplexNoTumble
(<<) cvx exec /Duplex true /Tumble false (>>) cvx exec
setpagedevice
%%EndFeature
Section 6 (EOF - Closing statement for postscript file, required)
%%EOF
Page 8