2022.2

Table Of Contents
${template.ext} Theextensionthatcorrespondstothechosenoutputformat(inlowercase).
Forexample,forPDFoutput,${template.ext}wouldbepdf,forPostScriptoutput,${tem-
plate.ext}wouldreturnps.
Notethat${template.ext}doesnotincludealeadingdot.
File
${file} ${file}isashorthandfor${file.base}_${file.nr,0000}.${file.ext}.Itexpandstoan
internallygeneratedfilenamewithafourdigitsequencenumberattheend.Thefileextensionis
determinedbytheselectedoutputformat.
The0000in${file.nr,0000}isaformatpatternthattakescareofformattingthenumberwithat
leastfourdigitsincludingleadingzero's.See"Formattingdateandnumbervalues"onpage1336,
below.
Example: WhenprintingtoPDF,${file}couldexpandto
merged.5852941188491153960_0001.pdf.
${file.base} Expandstoaunique,internallygeneratedfilename,withoutatrailingdotorextension.
${file.ext} Theextensionthatcorrespondstothechosenoutputformat,forexamplepdforps.
Notethat${file.ext}doesnotincludealeadingdot.
${file.nr} Anautomaticsequencenumberbelongingtothecurrentoutputfile.Itisautomaticallyincremented
foreachoutputfilethatgetscreatedwithinthesamejob.
Itispossibletoformatthenumberusingapatternandlocale.See"Formattingdateandnumberval-
ues"onpage1336,below.
${file.pageCount} ThisvariablewasintroducedforuseinPrinterDefinitionsforPostScriptprinters.
AsitentailspagebufferingandcouldeasilyleadtoOutofMemoryerrorswithbigjobs,usage of
this variable in an Output Preset or in the Print Wizard is discouraged; it should be
regarded as deprecated.
Job
${job} ${job}isashorthandfor${job.base}_${job.nr,0000}.${job.ext}.Itexpandstoanamebasedonthe
nameoftheappliedJobCreationPreset(or'Untitled'ifnoJobCreationPresetwasused).Afourdigitsequence
numberisaddedattheendofthebasename.Thefileextensionisdeterminedbytheselectedoutputformat.
The0000in${job.nr,0000}isaformatpatternthattakescareofformattingthenumberwithatleastfour
digitsincludingleadingzero's.See"Formattingdateandnumbervalues"onpage1336,below.
${job.base}or
${job.name}
ReturnsthenameoftheappliedJobCreationPresetwithoutanyextension.
ExpandstoUntitledifnoJobCreationPresetwasused.
Page 1332