Topic Replies Freshness Views Users
Normal topic
Hi There, In our application, I am using the code below to get the documents eSigned Automatically in the sandbox account. There are two documents that needs to be signed and each document is only 70-100kb in size, but the signing process…
Normal topic
I have looked through the eSignLive documentation but without success. When creating a package, is it possible to restrict signers to be able to view certain pages of the document ? Let's say my borrower Lisa Smith should not be allowed to…
Normal topic
I want my package to be sent to a party not a signer, and not to any of the signers. How do I provide for this with .Net?
Normal topic
Hi, We have eSignLive for both the web and mobile. We've noticed that loading the Signing Ceremony is taking a really long time to load, both in dev and production. Is there any performance update planned in the future? Thanks, …
Hot topic
I have created a template in my eSignLive account. As the UI requires, I have uploaded a document. I have been trying to create a transaction using this template, however, I need to add documents to this transaction, on top of the ones…
Normal topic
Is there any way to send a document as a notice that doesn't require a signature?
Normal topic
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
Normal topic
Can you append a DocumentPackage that has been created. Dim eslClient As New EslClient(apiKey, apiUrl) Dim fs As FileStream = File.OpenRead(strESignLiveFile) Dim superDuperPackage As DocumentPackage =…
Normal topic
Hello, I tried to implement "Create and Send a Package with the .NET SDK" but got following error. Could not create a new package. Exception: The remote server returned an error: (401) Unauthorized. HTTP POST on URI https://sandbox.e…
Normal topic
Hello, I am confused how to add more than one files in a Package with different signers. Is it possible in eSign to add more than one files in a Package and get each file status from eSign. Thanks
Normal topic
Hi, I'm a little confused on the Signer Session. Right now, we created the package and then get the url via the GetSigningUrl via the PackageService. What I undestand : When the user go to the the url authenticate itself (via the…
Normal topic
How do I get packages awaiting my signature?
Normal topic
Hi, I am trying to get a signing url for a package and get this error: Could not get a signing url. Exception: Unexpected character encountered while parsing value: <. Path '', line 0, position 0. Unexpected character encountered while…
Hot topic
Hi, I'm looking at the designer https://developer.esignlive.com/guides/feature-guides/designer/. The designer enable you the modify the signer and add signatures. I would like to be able to get a similar URL but to allow my users/clients…
Normal topic
Hi ! I'm trying to update a package and replace the pdf document in it, but I get this error : Unable to update package settings. Exception: Le serveur distant a retourné une erreur : (403) Interdit. HTTP PUT on URI https://sandbox…
Normal topic
My company is new to working with eSign, I'm a product manager working on finalizing requirements for our development team and can't find the length of the Package ID. Can someone tell me, or point me in the right direction?
Normal topic
Hi, Our customers are periodically getting the following error while trying to publish an approval: "Unauthorized Access We're sorry. Your session may have expired. Please try again. If you receive this message multiple times, please…
Normal topic
Hi, we are having integrated solution with our front end using eSignLive as the back-end. On the signing ceremony the first user after signing documents and completing his part of workflow does not get message what do do next. Is this an…
Normal topic
We are going to be sending eSign a PDF that already contains the tags for signature. I'm looking at documentation, but can't see where to find the tags we need to put in the pdf. Can someone else that is not using templates in eSign,…
Normal topic
Hi, there is a need to create link withing signed pdf document that would point to internal site. Link should be in following form: http://host.com?pid=123k-jksjk&did=3k2k2-kekk where pid is packageId and did is documentid. Question: is…
Normal topic
Hello, Is there a way to add some customization to the email that comes from eSign live to notify people that they need to sign a package? These signers are using our application which generates these packages automatically, and we're…
Hot topic
Hi, we changed server provider yesterday, and now we're not getting the notification callbacks. We already changed the DNS and we confirmed that it's pointing to the right box. Do you guys need to bind the address to a specific IP? If so…
Normal topic
Can anyone confirm or deny if Adobe AcroForms are currently supported? I get the following error when attempting to eslClient.UploadDocument(doc, pkg) : Could not upload document to package. Exception: The remote server returned an…
Normal topic
What would you recommend a good approach to checking eSignLive server availability before creating and/or sending packages. In previous weeks, we've encountered some downtime in the classic environment, and we'd like to put in place a step…
Normal topic
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 I want to create a package with a "sent…