Xerox Paris, a document system Support & Software 用户指南

下载
页码 245
 
The Paris Spooler Technical Manual 
217 
U
S I N G  
D
E V I C E  
S
P E C I F I C  
F
E AT U R E S
 
It is the user’s responsibility to ensure that the code to be inserted is correct, both 
in it’s immediate effects, and also in any ‘side-effects’ the inserted code may 
produce.  The Paris system does not attempt to validate or understand the code to 
be inserted.   
This feature is currently only active in the Postscript driver, but will be added to 
the HP PCL driver if required.   
#
#
#
# 
WARNING!  
A pre-requisite to using these functions is a thorough understanding of the 
workings of PostScript commands, including the manual editing of XPD files, the 
use of syntax and so on. 
 
See also ‘How do XPD and PPD files work?’ in Chapter 1 of the Paris Designer32 
Reference Manual. 
I
M P L E M E N T A T I O N   O F   T H E  
D
E V I C E  
S
P E C I F I C   F E A T U R E
 
The Device Specific feature option consists of four different ‘hooks’ and three 
different methods for specifying features.  To activate a device specific feature, the 
following steps must be followed: 
• 
Add the feature code to an XPD file. 
• 
Add a call to a feature to the Job (via ENV or Run time event). 
The four hooks differ only in where in the output data stream the user code is 
inserted. The code to be inserted follows normal PPD/XPD syntax rules.  
Following the ‘:’ character, the actual code must be enclosed in “” characters.  It 
can span multiple lines.  An XPD file can contain any number of user defined 
features.