2019.1

Table Of Contents
l
Edit: Edit a Conditional entry within the table.
Tip
You can also double click a Conditional entry within the table to edit it.
How to Set Conditionals
l
Condition: Enter the condition which determines whether or not this element will be
added to the document at print time.
Use JavaScript conditional expressions to construct your conditional.
You may use JavaScript logical operators (==, !=, <, >, &&, ||, etc), literal values ("text',
3.14, etc), mathematical operators (/, *, +, -, etc) and data fields.
l
Add: Click to add a field to the to the conditional expression.
Select from a list of metadata fields (as added in Metadata Options), document
information fields (see Variables Available in Output), or common expressions.
For example, selecting the Expressions >First Page would add "page.nr == 1" to
the conditional entry.
Example: if (page.nr == 1) {... }
PDF Options
The PDF Options page is shown only when a PDF Print output type is selected in the Print
Options dialog. It is used to select PDFspecific options.
l PDF Creation Group
l
Type: Use the drop-down list to specify what PDFformat will be generated. The
options are:
l Standard PDF (PDF)
l Archive format PDF(PDF/A-1b)
l E-invoice format PDF(PDF/A-3b)
Page 1088