Variables can be used so you can change the values in setup. So you could change rows, columns, page width, number of copies, caption to add to sheet…
Variables can be set in a number of ways, including
· In the filename (such as Step advert-2-4.pdf for rows 2 and columns 4)
· In a file travelling along with the PDF
· With command line options
· With Enfocus Switch private data
· With XML files from submit points in Enfocus Switch
Expressions (calculations) can also be used like NUMROWS * 2 or LEFT(TITLE,3).
Some commands can return information as results, which can be returned in a file, or passed back as Enfocus Switch Private Data.
Conditions can be set, to decide which commands to execute depending on the variables or expressions, for example you could check NUMROWS = 3, or ISODD(TARGET_PAGES), or CONTAINS("M23”,JOBNAME())
Full documentation and movies are on https://www.quite.com/hotimposing/vars/.