Sign a document with MobbSign Web
Prerequisites
- Have the MobbSign Web parameters related to the signing process filled with valid values:
endpoint
,apiKey
,appId
Check Use MobbSign Web for a full description of how to create a MobbSign Web instance
- Have the document loaded in the MobbSign Web viewer
Sign the document
The signer simply clicks on the Sign button and draws his signature.
After the signature acquisition timeout (signatureAcquisitionTimeout
parameter) the signature will be captured by MobbSign and can be confirmed or rejected. You can subscribe to various listeners to be notified of distinct MobbSign events at this point:
onSignatureAcquired
: to be notified when a signature is acquired by MobbSign WebonSignatureConfirmed
: to be notified when the signer confirms the signature by clicking on Confirm buttononSignatureConfirmed
: to be notified when the signer discards the signature by clicking on Discard button
If confirmed, the PDF document will be updated with an electronic signature containing the biometric information captured by MobbSign. The document is refreshed on MobbSign Web viewer. You can subscribe to onDocumentSigned
listener to be notified when the document is successfully signed.
Check Listening events for a more detailed description of listeners to subscribe in MobbSign Web