7.5
2014-03-28

Trigger Syntax for Documents Installed on a Hard Disk

The general syntax of a trigger for a document that resides on the printer’s hard drive is:

[ printer-specific_commands ] %!PS-Adobe <CR>

[[ (location_of_document) ] run ] name_of_document <CR><LF>

The simplest example of a trigger for a document named INVOICE that resides on the printer’s hard drive excludes the location of the document. If a trigger does not specify the location of the document, the printer assumes it is on the hard disk.

%!PS-Adobe <CR>

run INVOICE <CR><LF>

An equivalent trigger that makes the location of the INVOICE document explicit:

%!PS-Adobe <CR>

(INVOICE) run INVOICE <CR><LF>

If the printer has more than one hard disk you must include the name of the hard disk. In this example, the name of the hard disk is “presswork” and the name of the document is INVOICE.

%!PS-Adobe <CR>

(%presswork%INVOICE) run INVOICE <CR><LF>