Zum Hauptinhalt springen

Document

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

<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
pdfaboolPDF/A (version 3) pdf:document
compressboolCompress 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
XML
<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)