Templates
A template is a pre-defined format for a signing process consisting of Signature-Image, position of this image in the PDF document and additional optional fields like signature date and signer name.
If a document requires a signature in the same spot every time - such as the bottom right of the last page - you can create a reusable template.
The following calls can be used to manipulate the available templates on the signature server.
List templates
The call gets a list of all available templates for the API Key.
Add template
The call adds a template on the signature server. During the upload, it is validated against the corresponding xsd file. If the validation is successful, the template is stored and an id returned.
Get templates
The call can be used to download a template with a given id.
Replace template
The call can be used to change a template with a given id.
Delete template
The call can be used to delete a template with a given id on the server.