docusign / mobile-android-sdk

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

Closed sharadhihosamani closed 3 years ago

sharadhihosamani commented 3 years ago

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!

Screenshot 2021-05-25 at 11 12 28 AM
naveentds commented 3 years ago

Hi @sharadhihosamani, This is on our roadmap and is being prioritized, not currently supported in SDK.

sharadhihosamani commented 3 years ago

Thanks for the confirmation and update.