Stateless seal signature
If only a signature with a.sign Seal is required, the PDF document can be signed with a single REST call. This reduces the overhead, as no session data is stored in the DB, and increases performance.
Sign document
To sign a document with a.sign Seal, send a HTTP POST request to statelesssealsignature.
As for the add dcocument call, the following multipart form data values can be set:
| Name | Type | Description |
|---|---|---|
| document | File | The document to sign |
| location | string | Location of the signature |
| reason | string | Reason of the signature |
| template | string | ID of the template |
| x | string | X0 in userspace units[^1] |
| y | string | Y0 in userspace units[^1] |
| w | string | X1 in userspace units[^1] |
| h | string | Y1 in userspace units[^1] |
| page | string | page of the signature seal |
Depending on the signature type, the following set of parameters is required:
- Invisible signature needs the following parameter: document, location, reason
- Image on default position (as specified in the template) needs additionally: template
- Image on specific position needs additionally: x, y, w, h, page
If the signature is successful, the service responds with a 200 OK and the signed PDF document.
Footnotes
[^1] https://opensource.adobe.com/dc-acrobat-sdk-docs/library/interapp/IAC_API_CoordinateSystems.html