Skip to main content

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:

NameTypeDescription
documentFileThe document to sign
locationstringLocation of the signature
reasonstringReason of the signature
templatestringID of the template
xstringX0 in userspace units[^1]
ystringY0 in userspace units[^1]
wstringX1 in userspace units[^1]
hstringY1 in userspace units[^1]
pagestringpage 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