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
| Name | Type | Description | Defined By |
|---|---|---|---|
| var | var | Result variable name | pdf:document |
| author | string | Author | pdf:document |
| title | string | Title | pdf:document |
| subject | string | Subject | pdf:document |
| keywords | string | Keywords | pdf:document |
| pdfa | bool | PDF/A (version 3) | pdf:document |
| compress | bool | Compress | pdf:document |
| subsetting | bool | Font subsetting | pdf:document |
| unit | string | Unit | pdf:document |
| zoom | string | Zoom | pdf:document |
| layout | string | Layout | pdf:document |
| mode | string | Mode | pdf:document |
Results
| Binding | Type | Predicate |
|---|---|---|
| var | string | N/A |
Children
pdf:signature
XML
<pdf:signature signcert="string" privatekey="string" password="string" extracerts="string"></pdf:signature>
Attributes
| Name | Type | Description |
|---|---|---|
| signcert | string | Signing certificate (PEM notation) |
| privatekey | string | Private key (PEM notation) |
| password | string | Private key password |
| extracerts | string | Extra certificates (PEM notation) |