7.0

Table Of Contents
To set the version number of a document:
1. Double-click on the Document node in the Document Structure area.
2. Click Conversion options and locate the version options.
3. Adjust the version options.
Use document versioning at printer level: Select to use version numbers with the document. Use
the Document version box to enter the version number for this document.
Document version: Enter the version number of the document, or use the spin buttons to adjust the
value. In a document that uses version numbers, you normally increment the version number each time
you update and reinstall the document.
4. Install the document. You must include the version number of the document in the trigger.
To execute a document that uses version numbers:
To execute a document that uses version numbers, insert the version number of the document in the trigger,
just before the “run” command. The following trigger examples all execute version 3 of the document named
PAY.
Trigger: Document location:
<CRTL-D>
%!PS-Adobe
<CR><LF>
(PAY) run 3 PAY
<CR><LF>
Hard drive of a printer that has a single hard drive.
In this example, the document named PAY is loaded from the printer’s hard drive to
RAM. The trigger executes version 3 of the PAY document which is stored in RAM.
<CRTL-D>
%!PS-Adobe
<CR><LF>
(Accounting\PAY)
run 3 PAY
<CR><LF>
Accounting folder of a printer with a single hard drive. This example uses a relative
path (a back slash does not precede Accounting). Whether you use an absolute or
relative path depends on your printer configuration. For example, a printer may not
have access to the root folder of its disk when it is running in PostScript mode, and
would thus require a relative path.
<CRTL-D>%!PS-
Adobe
<CR><LF>
(%admin%PAY)
run 3 PAY
<CR><LF>
Hard drive named “admin” of a printer. Printer may or may not have more than one
hard drive.
<CRTL-D>%!PS-
Adobe
<CR><LF>
3 PAY
<CR><LF>
Random Access Memory (RAM) of a printer.
<CRTL-D>%!PS-
Adobe
<CR><LF>
(%flash%PAY)
run 3 PAY
<CR><LF>
Flash memory of a printer.
Related topics:
Set Up a Document (Page 55)
Run Several Documents as a Single Job (Page 309)
Information about Documents on a Printer (Page 312)
Obtain Information from a Printer (Page 314)
Managing Documents and Printers - Detailed Directions
Objectif Lune Inc. © 2009 316