PeteyCruiser

Add signature dynamically

0 votes
Hi, How can i use SDK to set multiple signature block on the same document for a single signer and the values to be passed dynamically. I have a list of coordinates which specify the position and size of my signature block for a single signer on a single document. How can i handle that with the SDK in java? I am looking forward to loop the process of adding signature fields on the document. The size of list might also vary in every request .

Reply to: Add signature dynamically

1 votes
Hey there, I've created some sample code for your scenario. Kindly give it a try and tell me whether it works for you. Essentially, there's a SDK function:
		eslClient.getApprovalService().updateSignatures(updatedPackage, documentId, signatures);
That can be used to achieve this. Refer to the complete code for more details. Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off