Hey Sumit,
This example from the SDK examples shows how to download an individual document (as well as the zipped): https://developer.esignlive.com/code-share/document-retrieval-example-net-sdk/
I'll work on creating the simple example of using the REST API to do the same. I will post it to the code share and put the link in here when complete.
Thank you Michael for your response.
Can you please tell me how can I get the document Id from the e-sign live.
pdfDownloadedBytes = eslClient.DownloadDocument takes 2 arguments i.e. package id and documentid.
I would like to know where can we get the document id from the e-sign live.
-Sumit
Document doc2 = eslClient.GetPackage(packageId).GetDocument("sampleAgreement");
string docID = doc2.Id;
This is what I have done to get the document id. And it worked for me.
Thank you Michael for your support.
-Sumit
Yep. That will do it. Glad you found it!
In the REST example, I will show how to automatically loop through all documents and download each. Should have an example up sometime tonight.
Reply to: Download pdf file instead of zip file
Wednesday, August 17, 2016 at 10:25amReply to: Download pdf file instead of zip file
Tuesday, August 16, 2016 at 04:32pmReply to: Download pdf file instead of zip file
Wednesday, August 17, 2016 at 08:26amReply to: Download pdf file instead of zip file
Wednesday, August 17, 2016 at 11:28amReply to: Download pdf file instead of zip file
Wednesday, August 17, 2016 at 11:52amReply to: Download pdf file instead of zip file
Wednesday, August 17, 2016 at 12:03pmReply to: Download pdf file instead of zip file
Wednesday, August 17, 2016 at 12:41pmReply to: Download pdf file instead of zip file
Wednesday, August 17, 2016 at 12:47pmReply to: Download pdf file instead of zip file
Wednesday, August 17, 2016 at 02:03pm