2019.1

Table Of Contents
Print and check the option Add additional content (see "Page breakdown" on
page1139) in the Print Wizard. To have this done automatically, save this and other
output options in an Output Creation Preset: select File > Print Presets > Output
Creation Settings (see "Output Creation Presets" on page1119)and send the preset to
Workflow.
Before adding a Barcode, load data or at least a Data Model; see "Loading data" on page764.
You will need the field names when adding the Barcode. Then, to add a Barcode to a section,
Master Page or snippet:
1.
Select Insert > Barcode on the menu or click the Barcode toolbar button.
2. Choose the desired barcode type. The list is divided between 1d and 2d barcodes.
3.
Give the barcode an ID and/or class.
4.
Check the option Absolute to insert the barcode in an absolute-positioned box inside the
<body> of the HTML, but outside other elements. (This option is not available in Email
sections.) Alternatively, use the Location drop-down to select where to insert the
Barcode.
l
At cursor position inserts it where the cursor is located in the template.
l
Before element inserts it before the HTML element in which the cursor is currently
located. For example if the cursor is within a paragraph, the insertion point will be
before the <p> tag.*
l
After start tag inserts it within the current HTML element, at the beginning, just after
the start tag.*
l
Before end tag inserts it within the current HTML element, at the end, just before
the end tag.*
l
After element inserts it after the element in which the cursor is currently located. For
example if the cursor is within a paragraph, the insertion point will be after the end
tag of the paragraph (</p>).*
* If the current element is located inside another element, use the Elements drop-down to
select which element is used for the insertion location. The list displays every element in
the breadcrumbs, from the current selection point down to the root of the body.
Note: HTML has some restrictions as to which types of elements are allowed as children
of other elements. For example, a paragraph element is not allowed to have children that
are block level elements - like a Div or a Table. If inserting content at the selected location
Page 615