Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The SignAPI Signature API combines signature device handling with PDF document capabilities.

The SignAPI Signature API automates
- signing a document using a signature device and
- displaying a document on a signature device.

...

The prerequisites for signing is a PDF document and an attached signature device.

The SignAPI Signature API relies on the DeviceAPI for the device handling.
Use a Driver object of the /wiki/spaces/NETDEVAPI/pages/79527946 to search and select the desired signature device.

...

If a signature field exists, it has a name and a position.
If that existing field shall be signed,
passing name and position in the sign request tells the SignAPI Signature API to do so.

Query the PDF client about the form fields.
to get the name and the position of an existing signature field.

If a new signature field shall be signed,
choosing a unique name and a position for the new field tells the SignAPI Signature API to do so.

In order to choose the position for the new field,
knowing the desired page number and the size of that page is essential.

...