Variable marks template format
Use the following format: $[tag,<n1, n2>]
where:
tag
is the name of a variable mark, for example Job or Color.
n1
is an optional element and represents the index number, a number that begins at 0 for the left-most character and increases sequentially for each character to the right. For example, if your text reads, "Prinergy" then "P" is index number 0, "r" is index number 1, "i" is index number 2, and so on.
n2
is an optional element and represents the maximum number of characters for the variable mark.
Examples: If the text is "TestJob
", the variable mark $[Jobname<2,4>]
displays stJo. Alternatively, if you use
$[Jobname<3,-3>]
the variable mark displays est.
If the file or job name has %
in it, use %%
in the tag to get % in the name.
Notes:
- For variable marks that are based on the page closest to the PDF file containing the variable mark, this is measured from the center of the page or sheet mark's bounding box.
- You can also use text-file-based marks for impositions which retrieve text from a text file.
Optional parameters
For some variable marks, you can add these parameters:
This parameter | Can be used with these variable marks | To do this |
---|---|---|
_block |
| Use this parameter to print a swatch or block of color before the color name. |
_offset |
| Use _offset to introduce space between printed information. Note: using _offset within compound marks causes all variable marks within the compound mark to be offset regardless of where _offset is used within the compound mark. If you only want a subset of the variable marks to be offset, create separate compound marks for the offsetting marks and the standard marks. |
_replace | Any mark | Use this parameter to allow you to shorten long color names. |
For a list of the variable marks, see List of variable marks used. For a list of variable marks available for LPV (Layered PDF Versioning) jobs, see Variable marks available for LPV jobs.