User guide
1 ProofMateâ„¢ (ProofReady) Plugin for HP Printers
28 AG50241 Rev. 4
would be 0000. The length of the number can be specified, as detailed in the
example for the tag
<job#>.
When restarting the RIP, the unique numbering will attempt to restart at its ini-
tial value, for example
0000. However, if a file exists with that number, the next
available unique number is used.
<unix>
The use of this tag verifies that the file name is suitable for use in the UNIX
operating system. Illegal characters such as an asterisk, colon, and quotation
marks cause an error. The
<dot> tag cannot be used with this tag because file
names in UNIX are composed of a single string and are not considered to have
separate file extensions.
For example, using the template
<unix><255jobname>.hpf produces the file
name
UncalibratedTargetDefaultCMYK+spotcolorstarget.hpf, in
which the colon and white space characters have been removed.
<win32>
The use of this tag verifies that the file name is suitable for use in a Windows
operating system. Illegal characters such as an asterisk, colon, or quotation
marks cause an error.
For example, the template
<win32><jobname><dot>hpf produces the file
name
Uncalibrated Target Default CMYK + spot colors target.hpf,
in which the colon has been removed.
<xres>
You can use this tag to include the horizontal resolution of the page in the file
name string.
For example, you can differentiate between pages with a resolution of 600 x 600
dpi and 300 x 300 dpi by using this tag. This tag produces a string such as
600
or
300, depending on the horizontal resolution.
<yres>
You can use this tag to include the vertical resolution of the page in the file
name string. For example, on a page with the resolution 600 x 600, this tag pro-
duces the string
600.