Topic Replies Freshness Views Users
Normal topic
I attempting to create a document that has one signer by email, and 2 signing groups (lets name them Group1 and Group2) The document has EXTRACTION enabled. This is important as I need it to extract the Signature bound and unbound fields…
Normal topic
After a signing has been completed, I call eslClient.DownloadOriginalDocument and it correctly returns the original unsigned document. However, when I call eslClient.DownloadDocument, it returns the original unsigned document instead of…
Normal topic
Does setting CeremonyLayoutSettings.IFrame to true change the signing page in any way? If not, what does it do?
Normal topic
When I create a package from a PDF document and combine the EnableExtraction() calls to extract form field positions, and I add an .WithInjectedField() clause, I do not get any data injected in the static fields. I now have to do it in 2…
Normal topic
Hoping you can help. We have a scenario where a single signature may appear in several place. For example, in the case of a parent signing for a minor. The parent would have to sign as the owner, and sign for the minor. We only want the…
Normal topic
Can a document filename refer to a file on a network drive as in the following: documentBuilder.FromFile(fileName)
Normal topic
Is there a way to get notifications from eSignLive when certain events happen? For example, if we send out a document for signature and the person signs or declines the package, is there a way to receive notifications about this so our…
Normal topic
When submitting a document package, can I assign a package ID, document ID, signature ID, and signer ID, or are those values assigned by the e-SignLive system? Thanks.
Normal topic
Please explain the difference between SessionService.CreateSessionToken( ) and PackageService.GetSigningUrl( ). If I want to embed the signing ceremony in an iframe in a web app, which of those two methods should I use? Thanks,
Normal topic
I'm having difficulty understanding the inclusion of the callback key described here: http://docs.e-signlive.com/doku.php?id=esl:e-signlive_guide_event-notification private EventNotificationConfig eventNotificationConfig; public string…
Normal topic
I'm using sandbox.e-signlive.ca. On this platform I get this behaviour which in my mind is unexpected. I have created 3 packages. All 3 packages have 2 signers. In firs two cases signer two OPTED_OUT or DECLINED. Why then when I query…
Normal topic
Would it be possible to change or customize an email that is sent to signers at the end of signing ceremony. And how?
Normal topic
We are trying to get the signing URL for the signer to display in an IFrame without having to send the package. Currently I keep getting the error of "cannot get signing url because package is editable", I can only assume that means I can…
Normal topic
Our application is using e-SignLive for signatures on insurance documents. Our application provides users with the ability to choose wet signatures on paper or e-signing. It is possible for a user to choose e-signing and then change to wet…
Normal topic
Is it possible to use Field Injection and Signature Position Extraction together in the same package? I can get either to work, depending on if .EnableExtraction() is included, but not both together. Here is one of the methods attempted:…
Normal topic
Hello! I need to be able to pull down the name of the file that was uploaded with a document in a given package. I see that there is a "FileName" property on the "Document" object, but when I pull a package down and loop through its…
Normal topic
I just had groups enabled on my account and am wanting to create them and invite signers to the groups. Does anyone have an example of how to do this?
Normal topic
I need to have a way to enter the url like https://sandbox.esignlive.com/packages/ab854149-bd9c-4c80-89e0-3a6012c23659 and using single sign on be instantly put into that document packages edit screen using your web interface. The theory…
Normal topic
I couldn’t find a method to add documents to package in draft mode. It seems UpdatePackage updates everything but documents. Is there a method to add documents in the package once it been created? If there is such method in your SDK…
Normal topic
I can't seem to get the senderAuthenticationToken. I'm receiving a 415 error code, Unsupported Media Type. Any ideas what I'm doing wrong? PackageId packageId = eslClient.CreatePackage(superDuperPackage); using (var…
Normal topic
I'm trying to get the Authentication token with the following code, however its return error "The remote server returned an error: (405) Method Not Allowed." string url = "https://sandbox.esignlive.com/api/authenticationTokens"; …
Normal topic
I have a controller method public List GetPackageTransactions(string packageId) // packageId = "660bd4f9-d090-4233-9fec-d176404e1871" { PackageId pid = new Silanis.ESL.SDK.PackageId(packageId); List…
Normal topic
I'm using .Net SDK. I create token: string sessionTokenString = eslClient.AuthenticationTokenService.CreateSenderAuthenticationToken(id); and then
Normal topic
I have a requirement to integrate seamlessly with eSignLive. We will have many clients on our side and each will have an account with Silanis. I need to authenticate user in code behind when user logs into our portal. Basically, if I…
Normal topic
One of the requirements I have is a possibility for user to place a logo on a document beside signature. I realize that I can add custom fields but none of them is an image type. Is this possible to achieve? And how?