Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics
I am able to insert the Signature and Initials programmatically using .NET SDK . Do you have any example where it shows how to insert “Signing Date” filed using .NET SDK. Thanks, Sumit
How can I redirect to my own Web site after the document has been signed. Currently, after the completion of signing the document, we are redirected to the Thank you page. When Exit e-SignLive button
Hi Michael, I have used the following code to get the urlToDsigner string userAuthenticationToken = eslClient.AuthenticationTokenService.CreateUserAuthenticationToken(); AuthenticationClient authen
How can we attach an existing Template of e-SignLive into our web forms without having to create and send a package using .NET SDK. Suppose we already have the template ready in e-SignLive.
Is there any way of downloading the documents from the package in the pdf form instead of zip file while using REST API.

Replies Created

Reply to: Attach a Template in the webform

0 votes
Thank you Michael for the response. Do you have any sample code for illustrating the things you have described to me. Thanks, Sumit

Reply to: Attach a Template in the webform

0 votes
Thanks william for your reply. But that sample code did not meet my requirement. My requirement is to create a package from existing Template that is already in sandbox rather than creating the template from the code behind. DocumentPackage template = PackageBuilder.NewPackageNamed(TEMPLATE_NAME) .DescribedAs(TEMPLATE_DESCRIPTION) .WithEmailMessage(TEMPLATE_EMAIL_MESSAGE) .WithSigner(SignerBuilder.NewSignerWithEmail(email1) .WithFirstName(TEMPLATE_SIGNER_FIRST) .WithLastName(TEMPLATE_SIGNER_LAST)) .WithSigner(SignerBuilder.NewSignerPlaceholder(new Placeholder(PLACEHOLDER_ID))) .WithDocument(DocumentBuilder.NewDocumentNamed(DOCUMENT_NAME) .WithId(DOCUMENT_ID) .FromStream(fileStream1, DocumentType.PDF) .WithSignature(SignatureBuilder.SignatureFor(email1) .OnPage(0) .AtPosition(100, 100)) .WithSignature(SignatureBuilder.SignatureFor(new Placeholder(PLACEHOLDER_ID)) .OnPage(0) .AtPosition(400, 100))) .Build(); templateId = eslClient.CreateTemplate(template); I do not require to create the template from the code behind. I would like to reuse the existing template in the sanbox which is already created manually. I hope you get my problem now. Can you please tell me is it possible using one of your .NET SDK's. Thanks, Sumit

Reply to: Attach a Template in the webform

0 votes
Here is the scenario, I have a existing template that is created in eSignLive sandbox account. Is there any way that we can get the PackageID for that particular Template “Template2Test”. If yes, how could we achieve this using .NET SDK. Thanks, Sumit

Attachments

Reply to: Sender Session - Access Denied

0 votes
Hi Michael, Thank you for the response. I have no drafts left in the Dashboard. The documents are in Progress section. What could be the issue then?

Subscriptions

Topics Replies Freshness Views Users
I am able to insert the Signature and Initials programmatically using .NET SDK . Do you have any example where it shows how to insert “Signing Date” filed using .NET SDK. Thanks, Sumit
2 7 years 8 months ago 21
Profile picture for user mwilliams
How can I redirect to my own Web site after the document has been signed. Currently, after the completion of signing the document, we are redirected to the Thank you page. When Exit e-SignLive button
4 7 years 8 months ago 52
Profile picture for user mwilliams
Hi Michael, I have used the following code to get the urlToDsigner string userAuthenticationToken = eslClient.AuthenticationTokenService.CreateUserAuthenticationToken(); AuthenticationClient authen
4 7 years 8 months ago 68
Profile picture for user mwilliams
How can we attach an existing Template of e-SignLive into our web forms without having to create and send a package using .NET SDK. Suppose we already have the template ready in e-SignLive.
8 7 years 8 months ago 79
Profile picture for user mwilliams
Is there any way of downloading the documents from the package in the pdf form instead of zip file while using REST API.
9 7 years 8 months ago 173
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.