1.7

Table Of Contents
If the job name is My-Invoices-Reprint.XY2016, then ${job.name}
expands to My-Invoices-Reprint.XY2016
${job.nr}
An automatic sequence number belonging to the current output file. It is
automatically incremented for each new output file that gets created.
Note, that multiple output files are created, for example, when output
separation has been selected for output creation.
It is possible to format the number using a pattern and locale. See
"Formatting date and number values " on the facing page, below.
${job.ext}
The extension that corresponds to the chosen output technology.
For example, for PDF output, ${job.ext} would be PDF, for PostScript
output, ${job.ext} would return PS
Note, that ${job.ext} does not include a leading dot.
${job.metadata.
propertyname}
Value of a meta data property of thejob.
The propertyname must have been defined as a Tag Name on the Job
Tags tab of the Metadata Options page in the Advanced Print Wizard.
Note: this is only available if separation is disabled or ifSeparation
based on Job has been selectedon the Separation pagein the
Advanced Print Wizard.
${job.count.pages} The total number of pages in the Job.
Other available properties
These are various properties available to the Output module that are not part of a larger object:
${system.time}
Displays the current system data and/or time. Can be formatted
using the "Formatting date and number values " on the facing
page, as seen below.
${page.nr} Page number, within Document.
${page.sequence.job} Page number, within the Job.
${page.sequence.segment}Page index, within the Job Segment.
${page.sequence.set} Page index, within the Document Set.
${document.metadata.
propertyname}
Value of a meta data property of the document.
The propertyname must have been defined as a Tag Name on
Page 545