Topic Replies Freshness Views Users
Normal topic
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. How can we use that template in our web site so…
Normal topic
We are experiencing difficulties creating unit tests around portions of our code which use the SDK. For example suppose we have a class like:
public class MiscPackageSending
{
    private readonly EslClient eslClient;

    public…
Normal topic
Hi, I was wondering if it's possible to change the "Clear All" message. Right now if you click on the button this message pops up: "You are about to remove all the signature fields and barcodes from this document. Are you sure you want to…
Normal topic
Greetings There has to be an easy solution for this, but I can't figure it out. I have a textarea or textbox that fills an entire page. Once the user adds text and signs the corresponding signature for that field, the field renders the…
Normal topic
Hi, I have a question about data retrieval / reporting. Everything I've read thus far within the eSL documentation references the use of the Java/C# SDKs and/or the REST API for data retrieval and reporting. Is it possible to query data…
Normal topic
I am using the designer functionality in our application. The application uses angualrjs framework and ng-include functionality from the angularjs framework. The ng-include will either launch the HTML with iframe for the document designer…
Normal topic
Hello, we have a scenario where we use ABCpdf to load a PDF document, populate form field values in the document and then use the document in an eSign package. When we try to send the package we receive a "Bad Request" response back: …
Normal topic
We are using the designer functionality in an iframe inside our application as described in the below reference, Reference : http://docs.esignlive.com/content/c_esignlive_integrator_s_guide/sdk/e_preparing_documents/designer.htm …
Normal topic
Hello, I am wondering if there is a way to retrieve signing blocks on a single document for a specific signer and then check whether or not the signer has signed at least one of the signing blocks on the document. Thanks.
Normal topic
How do I customize the signature field in c# so that the date gets appended to the signature once the document is signed? (e.g. E-Signed by [Signer] on [Date])
Normal topic
Hi, I'm trying to have my signature field and the date extracted from my PDF document. It works wonders for the signature field and for the textfield (not in the code below) but it does not work for the SignatureDate Field
Normal topic
Hi, We would like to integrate esign solution to our application, while creating the signer CreateSignerSessionToken, we want SMS authentication to be enabled in that session. Could you please advise how this can be achieved.
Normal topic
I'm looking for information on the declined process. When a signer declines a document, what happens in the system? Does the signer status get updated or is this at a package level? What happens to the package? Is it still considered "SENT…
Normal topic
This works (after unzipping the file) byte[] bytes = eslClient.PackageService.DownloadZippedDocuments(packageId); using (Stream file = File.OpenWrite(DocumentName+".zip" )) { file.Write(bytes, 0, bytes.Length); } This creates a…
Normal topic
Is there a way to customize what the user sees under the fields and types options in the designer? Basically, is there a way to turn off the mobile signature option in the type menu and the unbound fields (text box, check box, radio button…
Hot topic
I'm looking for more information on the expiration date. Can you tell me how the date and time is stored on your end? And then what is checked when the expired callback event is sent? I would like to set it to expire today, but I get an…
Hot topic
Greetings I'm building an app for a customer using ESignLive. person1 fills in a couple Textbox fields with numbers and signs a document (there is only one place for that person to sign). The document is still open (not complete yet). …
Normal topic
Hi all. Help with the following really appreciated. Below code produces exception: "code":500,"name":"Unhandled Server Error". This exception occurs when uploading PDF with form inputs. Flat PDF (no form inputs) works fine. PDF form…
Normal topic
We keep the byte info of a PDF in our database (BLOB). If I create packages with PDF's that are 1-2 pages I have no issues, but we have a PDF that has 7 pages and when we try to create a package with the larger PDF we get this error using…
Normal topic
I have some questions about creating the signing url in the .Net SDK and the REST API. Here is what I have so far. I've created a package called "Test". I've added documents to Test. I've added Signers with just firstname, lastname and…
Normal topic
We have a user that would like to download all signed documents for the past week under his account. Would anyone have a sample code on how to do that? Thanks,
Normal topic
The .Net SDK throws exception “Object reference not set to an instance of an object.” When we try to retrieve some data like (Layouts, Sender info, Auditlog) and there is no data. It would be better if it just return null, instead…
Normal topic
I have a requirement to create a package which have multiple documents. First Document will be pdf document and other documents can be pdf or images. If it is possible can any send me a sample code.
Normal topic
Customer: I am doing some testing with the SignDocuments method on the EslClient. I have noticed that SignDocuments fails and returns a 500 server response if I first sign as the signer, and then try to use the SignDocuments method for…
Normal topic
We use anchor text for placement of our signature anchors. Are you allowed to use the same anchor text for multiple signature anchors, or does each place you want an e-Signature need a unique anchor text? Right now it appears when using…