2020.1

Table Of Contents
* The password(s) should be set on the first Print section when producing a single attachment,
or on the first section of each part when producing multiple attachments. Each of the parts
(attachments) may have a different (or no) set of passwords.
Passwords set in the Control Script override the password set through the Email PDF
password script (see "Email PDF password" on page181). This allows you to change or
remove the password from a specific part. Removal is done by setting the password field to null
or "" (empty string).
Functions
Note
For cloned sections, functions are not available.
Function Description
"clone()" on
page895
Clone this section. See "Dynamically adding sections (cloning)" on
page422.
addAfter() Add a cloned section after this section.
addBefore() Add a cloned section before this section.
addHeader
(key, value)
Email sections only. Used to set custom email headers. The function
expects a key and a value (both of type string). For examples, see
"Adding custom ESP handling instructions" on page958.
"html(value)"
on page896
Sets the initial HTML of the body element.
"paginate()"
on page923
Post Pagination Scripts only. Paginates the content of a Print section.
Page 885