Topic Replies Freshness Views Users
Normal topic
As specified on this page: http://docs.esignlive.com/content/c_integrator_s_guide/sdk/k_customization/customizing_the_signing_cermony.htm?Highlight=customization#Customiz I have applied settings in the code: -------------------------…
Normal topic
The following code does not return the specific error message.
 try
            {
                PackageId packageId = eslClient.CreatePackage(documentPackage);
            }
            catch (Silanis.ESL.SDK.ServerError ex)
   …
Normal topic
Hi there, I saw the changes and new features being introduced to SDK version 11.0.5. Is it possible to get this version of SDK and test it in sandbox environment? It seems like I could not find the version 11.0.5 from the developer site…
Normal topic
I am working on a project where we will submit documents to ESign Live from our electronic document storage system. Whenever the primary application stores the documents electronically, it automatically protects the PDF document from…
Normal topic
Hi, Does anyone know if it's possible, given a PackageID, to trigger a reminder email so that all the signers are reminded to sign ? I know its possible to set up a reminder before the creation of the package but what I am trying to do is…
Normal topic
I'm trying to pull down completed packages and read the fields. None of my documents have the fields array populated. The fields were created from an existing fillablePDF using the API to create the template.
 CompletionReport…
Normal topic
I'd like to upload a PDF with fields such as [Signer1.Fullname1.Textfield1] and require that it be formatted as ###-###-###-### where # can only be a number. How do I combine these two features - document extraction, and field validation?
Normal topic
I have a client who is calling the ReportService method of the SDK However, for a specific date, he is getting the below error: Code snippet as below: Console.WriteLine("Calling for Completed "); //between 14/3/2016 - 15/3/2016 …
Normal topic
Hello, I have a working form running app to sand box, I am now trying to make the sender dynamic. When I send the form with the sender email that was set up with original sand box account everything works fine. But if I try to use the…
Normal topic
Is there a way to use Silanis SDK to validate the signer's email address prior to actually creating the package? The email validation of the SDK during package creation seems stricter than usual email RegEx validations, and recognizes only…
Normal topic
eSginLive, I'm getting an object reference error when executing EslClient.ReportService.DownloadCompletionReport() for certain dates. The last couple of days I’ve received the following exception using the eSignLive api: Silanis.ESL…
Normal topic
Hi, Is it possible to add a signature to a document that has already been signed? Example. Document has one signing block. Person A has signed. Person B is now added to the package and also needs to sign the document Person A just signed…
Normal topic
We have several processes that use eSign and almost all use the default consent/disclosure page. However, there's just one use case where we need to disable the consent/disclosure page when submitting transactions. How do we do this via…
Normal topic
I have setup a sandbox environment for v11 and tried out the SignDocuments() for a signer. However, I’m getting this error:
An unhandled exception of type 'Silanis.ESL.SDK.EslException' occurred in Silanis.ESL.dll
Additional…
Normal topic
Trying out the SignDocuments(packageId, signerId) call in the example throws EslServerException. Additional information below: Could not create a signer authentication token. Exception: The remote server returned an error: (404) Not Found…
Normal topic
This code seem to allow dynamic creation of a group with a custom Id. However, after the group's created, it seem to reflect a different group Id. Is there a way to create a group with a preset Id value?
GroupBuilder.NewGroup…
Normal topic
Hi, Your code samples are not showing on your getting started pages eg: Creating and Sending a Package (.NET) Can…
Normal topic
We have different types of agreement documents and each type would require a certain content for the Electronic Disclosure Consent page. We're not able to use templates since each agreement has custom data that we pre-generate in the…
Normal topic
Hi, I got an email from eSignLive today saying that, effective January 9 of 2017, all transactions older than 90 days will be moved from the cloud to another database. I'm trying to figure out what this means for our company. Right now,…
Normal topic
Hello, I recently updated the api version for Silanis.ESL.dll from 10.3 to 10.13, after doing so the code that I'm using to dynamically build the packages for getting signed no longer works. The test code that I use with hard coded values…
Normal topic
Hi Team, We have tried SignatureFor method and CaptureFor method we did not find any difference in the behavior (Where CaptureFor is expected to capture the signature for that document again which is not reflected) Here is the…
Normal topic
Hi! In some cases, I would like to send a document package with no signers but only reviewers. Those users will only have to "review" the document without signing it. I have tried to keep the users as "Signers" but below is the error…
Normal topic
I am responding to certain inbound notification events (i.e. DOCUMENT_SIGNED and SIGNER_COMPLETE) by making outbound calls using the SDK. For instance, when I get a SIGNER_COMPLETE notification, I make a call out to eSignLive to verify…
Normal topic
Hi! I am having trouble when placing the signature tab location. Here is my code Signature signHere = SignatureBuilder .SignatureFor(signer.Email) .OnPage(Convert.ToInt32(pageNumber) - 1) .AtPosition(45, 424) …
Normal topic
Hi! When sending some eSignLive packages (.NET SDK), here is the error message I receive for some of the packages I send (it works for others :-S) What does it mean that my document could not be flattened ? is there a preprocessing I…