ComposePdfV1
The ComposePdfV1 call composes a PDF document from a Document Template.
The request requires the following fields next to the standard fields.
| Field | Type | Description |
| project | repositoryobjectname | The Designer project that contains the Document Template to use. |
| documenttemplate | repositoryobjectname | The Document Template to use. Only the following formats are supported: DOC, DOCX, and PDF. The DOC format has been deprecated in KCM 5.7.0. |
| status | message | Optional. The status of the Document Template to use. The available statuses are Current, Accepted, or Published. If omitted, Published is used. |
| securedocument | boolean | Optional. Indicates whether a secured PDF document must be produced. If omitted, the default value is false. |
| databackbonexml | base64Binary | The Data Backbone XML for the Document Template. This must be the contents of a Data Backbone XML file, base-64 encoded. |
The response contains the following fields in addition to the standard fields.
| Field | Type | Description |
| document | base64Binary | A base-64 encoded PDF document. |
| databackbonexml | url | A base-64 encoded Data Backbone XML. |
In case of an error, the response contains a SOAP Fault structure.