Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics
I have seen the post regarding the Signingurl from the package. http://docs.e-signlive.com/mc/content/c_esignlive_integrator_s_guide/rest_api/signing_url.htm In this example it is getting the signi
I have seen the post of creating the package from the existing template using .NET SDK. https://developer.esignlive.com/code-share/create-template-use-create-package-net/ Is it possible using REST AP
Is there any way how we can authenticate the signing process using email address rather than the phonenumber. The scenario to be more precise is that after eslClient.SendPackage(packageId); When we g
I have a document that has got like 200 fields.
I have seen the example of GetCompletedPackagesWithinDateRangeExample.cs in github from the following link

Replies Created

Reply to: Text Anchor - multiple locations

0 votes
Hi Williams, I have used following lines of code to insert 2 fields (Signature field and SignatureDate field) in multiple locations. Signatures are appearing in the multiple locations but I could not insert any SignatureDate field. for (int i = 0; i

Reply to: Download pdf file instead of zip file

0 votes
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

Reply to: Download pdf file instead of zip file

0 votes
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

Subscriptions

Topics Replies Freshness Views Users
I have seen the post regarding the Signingurl from the package. http://docs.e-signlive.com/mc/content/c_esignlive_integrator_s_guide/rest_api/signing_url.htm In this example it is getting the signi
3 7 years 7 months ago 123
Profile picture for user harishaidary
I have seen the post of creating the package from the existing template using .NET SDK. https://developer.esignlive.com/code-share/create-template-use-create-package-net/ Is it possible using REST AP
2 7 years 7 months ago 47
Profile picture for user harishaidary
Is there any way how we can authenticate the signing process using email address rather than the phonenumber. The scenario to be more precise is that after eslClient.SendPackage(packageId); When we g
1 7 years 7 months ago 15
Profile picture for user harishaidary
I have a document that has got like 200 fields.
3 7 years 7 months ago 44
Profile picture for user harishaidary
I have seen the example of GetCompletedPackagesWithinDateRangeExample.cs in github from the following link
8 4 years ago 150
Profile picture for user Duo_Liang
Profile picture for user mwilliams

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.