Skip to main content

my app have form with signature field box where he will click for sign with docusign and he should get the ui of the select sign and submit and in response he will get the signature.

because form is not yet submitted we cant sent the document to docusign.
is ti possible to use the esign as only the signature service ?

@Avinash Wagh It is possible to use the e-signature product to send and sign DocuSign Envelopes. The below resources walk through the general steps using the web console and the DocuSign API. 
 


https://developers.docusign.com/docs/esign-rest-api/how-to/request-signature-email-remote/
https://developers.docusign.com/platform/build-integration/


Thanks @Koll.Klienstuber it is helpful.
i want another blocker to resolve to finalise the integration as per app workflow.

question: how to download the recipient signature image in useful format.

i have implemented JS SDK with function getRecipientSignature(). it returns byte stream like below.
"GIF89aA\u0002�\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00003\u0000\u0000f\u0000\u0000�\u0000\u0000�\u0000\u0000�\u0000+\u0000\u0000+3\u0000+f\u0000+�\u0000+�\u0000+� ….”
how to process it to use further?

this is last part remained !


@Avinash Wagh You’d likely need to find some library to convert the data DocuSign returns to you. 
We have multiple code examples using our node SDK found at the below quickstart link: 
https://developers.docusign.com/docs/esign-rest-api/quickstart/overview/
This tool can also be valuable if you’re trying to test out different formats of envelopes: 
https://apirequestbuilder.docusign.com/


Reply