Topic Replies Freshness Views Users
Normal topic
We have been working mainly with the UI, but are looking to get started with the Java SDK. Is there any documentation or tutorials available to help?
Normal topic
For integrated signing (e.g. iFrame in your portal application - signer is authenticated in your application): A feature introduced in version 10.6 of the SDK allows you to create a Session Token for a Signer using the…
Normal topic
Would anyone happen to have a full blown, sample Java application with e-SignLive integrated, that they can share? We have an idea of what we want to do, but it would be nice to see a sample application, to see if there are any things we…
Normal topic
I'm running the follow code (segment) and my pdf is showing up garbled on the sandbox using Java API version 10.10.1 I can read the file Consent.pdf using any reader on my workstation, but when it gets to the sandbox site it is showing up…
Normal topic
Is there a way to determine the exact position of a signature other then tryal and errors when we do this by code? I'm refering to atPosition(val_1, val_2) lines in the code snippet below...

		// Build the…
Normal topic
I've grabbed a completion report and am looping through the packages to archive them. I've tried the following: RestClient client; client = new RestClient("https://apps.e-signlive.com/api"); UrlTemplate template; template = new…
Normal topic
Using the JAVA SDK is it possible to specify that you would like a given signer to sign using a CAC/PIV or a certificate that they own instead of using the e sign live certificate?
Normal topic
I need to query for packages that changed status (e.g. completed, expired, opted out, sent) within a given time frame. For example, I may want to query for all packages that expired since yesterday, regardless of when the package was…
Normal topic
Hi, Is it possible to set the package expiry date programmaticaly with the e-SignLive Java API? Can you provide a sample? Thanks!
Normal topic
Hello, I have run into some problems signing PDFs: 1- I was trying to have multiple signature on the same document for the same email and I was not able to do that. The package validation was complaining. 2- I was also trying to…
Normal topic
I just posted another question that might be related to this one: https://developer.e-signlive.com/forums/topic/change-incorrect-signer/ I am trying to change some incorrect signers, but I can't change a package once it is "SENT". Can I…
Normal topic
Is there any way I can dynamically add signer and document while creating the package. For example I want to use a for loop to add no of signers(withSigner) and documents(WithDocument), when creating the package
Normal topic
Hi, I am currently using the esign live in my web application. I am currently using the "capture your signature" functionality in order to capture signatures at various places in my documents by capturing the cordinates and then send…
Normal topic
How do I add a signer to a package that I've already created? I see how to create a package with signers already in it by following this tutorial: https://www.silanis.com/blog/e-signlive-for-new-users-how-to-create-and-send-your-first…
Normal topic
I want to ensure documents are signed in a particular order. Does eSignLive have the ability to do this? Thanks, hsamson
Normal topic
I have a client that is having an issue where they are not getting an accurate list of signers for a transaction initiated in eSignLive through their Associate account. They have the following code to process notifications coming from…
Normal topic
For radio and check box once user select its what is the expected value. Right now I am getting 'X'. Is this correct?
Normal topic
I have the same text in multiple locations in a document, and I want a signer to sign each of them. Using Text Anchor since there are a random number of pages. I want to place a signature block relative to the phrase “Lessor:” …
Normal topic
Hello, We have a form that has two signature spots but the user only signs one spot. Would the Silanis API allow some sort of command for optional signatures? So that Silanis will consider the form complete if EITHER of two spots is…
Normal topic
I have a particular document/form that has a few different fields which are of a small size, namely: date, year and state. I've created the text fields via the Java SDK as well as using the Designer and have noticed that when signing…
Normal topic
Is there any way we can differentiate while downloading the accepted document (Signature Style ACCEPTANCE ) from original document?
Normal topic
Is it possible to set different language for different signer within the same package Thanks
Normal topic
What is the minimum Java version required for the Java SDK?
Normal topic
Hi, Is it possible to create a package with status not draft and then notify a signer at a later point. I have a use case where some signers will need to click a link through an email in order to sign and others will click a link through…
Normal topic
I haven't started working on the code to handles callbacks yet. I was looking at http://docs.e-signlive.com/doku.php?id=esl:e-signlive_guide_event-notification and saw the SIGNER_COMPLETE notification. If I created a signer with a custom…