The Official Docusign Android SDK for integrating e-signature & signing documents. Click the link below to view SDK API Documentation https://docusign.github.io/mobile-android-sdk/
Other
17
stars
12
forks
source link
How to add anchorString using SDK while creating the envelope? #17
1) I am using EnvelopeDelegate's composeAndSendEnvelope method provided by SDK to create an envelope using a local PDF document. I need to place the SIGNATURE tab based on an anchor string. Is there a way to achieve this using any of the SDK features?
2) How do we add htmlDefinition while creating document using DSDocument.Builder()?
3) How do we skip the Post signing success screen (PFA) and directly get callback to CreateEnvelopeAndLaunchOnlineSigning's onSuccess method?
Hi ,
1) I am using EnvelopeDelegate's composeAndSendEnvelope method provided by SDK to create an envelope using a local PDF document. I need to place the SIGNATURE tab based on an anchor string. Is there a way to achieve this using any of the SDK features?
2) How do we add htmlDefinition while creating document using DSDocument.Builder()?
3) How do we skip the Post signing success screen (PFA) and directly get callback to CreateEnvelopeAndLaunchOnlineSigning's onSuccess method?
Thanks!