Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics
Hi, I would like to file a bug/enhancement : We noticed Sharing templates doesn’t seem to be working in this specific situation : As the Main account holder, I have created templates under my accou
Hi, On december 1st 2017, I have submitted a Pull Request on GitHub as I wanted to have my enhancement merged into the official SDK.
Hi I have been playing with embedded signing URL generations lately and originally learned from this
Hello, I am trying to create a document package and send it as a "draft". Here is the code that I have came up with : EslClient eslClient; PackageId packageId = eslClient.CreatePackage(package); if
Does eSignLive has the capability to enable "Wet" signature when creating a package ? If yes, is it configurable at the signer level, document level, or package level ? Thanks

Replies Created

0 votes
Michael, Thanks for you answer. It actually works, however, I realize that this methods assumes that one wants to create a document package in only 1 line of code (see your example that I pasted below). In my case, I am building my package dynamically and I need to be able to assign x signers with y documents. Does that make sense ? That's why I was taking the approach mentioned in my original post. Regards, Frederic DocumentPackage superDuperPackage = PackageBuilder.NewPackageNamed("Test Package .NET") .WithSettings(DocumentPackageSettingsBuilder .NewDocumentPackageSettings()) .WithSigner(SignerBuilder .NewSignerWithEmail("[email protected]") .WithFirstName("Frederic") .WithLastName("Frederic")) .WithDocument(DocumentBuilder .NewDocumentNamed("sampleAgreement") .FromStream(fs, DocumentType.PDF) .WithSignature(SignatureBuilder .SignatureFor("[email protected]") .OnPage(0) .AtPosition(72, 144))) .Build();

Subscriptions

Topics Replies Freshness Views Users
Hi, I would like to file a bug/enhancement : We noticed Sharing templates doesn’t seem to be working in this specific situation : As the Main account holder, I have created templates under my accou
4 5 years 10 months ago 43
Profile picture for user harishaidary
Hi, On december 1st 2017, I have submitted a Pull Request on GitHub as I wanted to have my enhancement merged into the official SDK.
2 6 years ago 12
Profile picture for user harishaidary
Hi I have been playing with embedded signing URL generations lately and originally learned from this
2 6 years ago 73
Profile picture for user harishaidary
According to the comment in this thread from the REST forum, Harris indicates that ESL turned off suppo
7 6 years 4 months ago 40
Profile picture for user harishaidary
Hello, I am trying to create a document package and send it as a "draft". Here is the code that I have came up with : EslClient eslClient; PackageId packageId = eslClient.CreatePackage(package); if
2 6 years 7 months ago 53
Profile picture for user harishaidary

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.