Hello Support,
as per requirement in my project, I have to pass multiple documents(2-3) in same package for multiple e-signing.
and after e-singing of all the parties, I have to separate out these multiple documents by category.
I am using .net SDK for this.
Class Name:
EslClient eslClient = new EslClient(apiKey, apiUrl);
Trying below method for getting individual documents.
byte[] originaldocument = eslClient.DownloadDocument(packageId, documentId);
- Read more about How to pass multiple documents in same package?
- 3 comments
- Log in or register to post comments
- 174 views