Skip to main content

Document

Anatomy

<pdf:document var="var" author="string" title="string" subject="string" keywords="string" subsetting="bool" unit="mm" zoom="default" layout="SinglePage" mode="UseNone">
ixml
<pdf:signature signcert="string" privatekey="string" password="string" extracerts="string"/>
</pdf:document>

Description: PDF:DOCUMENT generates a PDF document that is comprised of multiple sections.

Attributes

NameTypeDescriptionDefined By
varvarResult variable name pdf:document
authorstringAuthor pdf:document
titlestringTitle pdf:document
subjectstringSubject pdf:document
keywordsstringKeywords pdf:document
subsettingboolFont subsetting pdf:document
unitstringUnit pdf:document
zoomstringZoom pdf:document
layoutstringLayout pdf:document
modestringMode pdf:document

Results:

BindingTypePredicate
varstringN/A

Children

pdf:signature

Anatomy of Signature

<pdf:signature signcert="string" privatekey="string" password="string" extracerts="string"></pdf:signature>

Attributes:

NameTypeDescription
signcertstringSigning certificate (PEM notation)
privatekeystringPrivate key (PEM notation)
passwordstringPrivate key password
extracertsstringExtra certificates (PEM notation)