Topic Replies Freshness Views Users
Normal topic
Hey is there a way to retrieve the read only version of a document that is out for signing ? Thanks
Normal topic
Hi, When 'eslClient.getPackageService().getPackage({packageID}).getSigners()' is used, it gives a list of all signers including the sender as one of the signers. This is the case even though the sender has no documents to sign. Is there…
Normal topic
Hi, I am trying to use ReportService call from JAVA SDK and noticed that it does not have the up to date data about the senders. For example if I generate a report using eslClient.getReportService().downloadCompletionReport(PackageStatus…
Normal topic
Hi, I am unable to insert document with an existing package. My sandbox api key and url work fine. But my company api key and url show errors. My code: import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io…
Normal topic
Hi, How can the same person give signatures different documents in a package in the same browser in person? Thank you.
Normal topic
esignlive's httpcomponents version is 4.3.6. We were previously using 4.0, and I updated our builds to use 4.3.6. We have now run into an issue where that breaks another of our third-party dependencies. Is esignlive compatible with 4.2.2…
Normal topic
I am trying to use the mobileCapture feature - when I open the document on a PC and click on the "Sign with Mobile Device" button - I get a message that "the requested feature is not available with the current license" Also i am unable…
Normal topic
I am using a text area field in my document - however i cannot get it to automatically word wrap.. here is a snippet of the code .withField(FieldBuilder.textArea() .withId(new FieldId("signerComments")) …
Normal topic
Dear, We got a PDF document with multiple locations where we need a signature (page , x and y locations are already know) But we would like to have a single button option, like with the option Position Extracted. Is this…
Normal topic
Hi, I need use external signer verification to register the sign and verify if is correct redirect the signer ceremony when Signer sign from PHP url. I have the code and structure necessary for create package and manage with Signers,…
Normal topic
Is there a method for downloading the Evidence Summary Report for a Completed package ? I figured it would be included in the
downloadZippedDocuments(packageId)
method but it is not included. From the eSignLive GUI I know…
Normal topic
Hello If a document has multiple signature blocks, on clicking the first signing block a popup appears to capture the signature and from the next signature block onwards it applies the captured signature to the signing block. Can we stop…
Normal topic
We have been facing slowness and unresponsiveness for SDK method calls as well as API calls. Are the services down?
Normal topic
From the eSignLive UI there is an email button with the words "Remind" underneath. When clicked it sends an email reminder to all signers that have yet to sign. Is it possible to replicate this action of sending an on demand reminder to…
Normal topic
Does the ability to download a completed package have an expiration?
Normal topic
Hi, I'm looking for a way to add signatures to multiple documents in package in one API call instead of having to make separate calls for each individual document. We're looking to accomplish this so that we can reduce our total number…
Normal topic
Hi, I am looking for some code snippet to add a participant to just "Accept" the document instead of signing. Can anyone please give me some help? Thanks, KK
Normal topic
We are trying to launch an inPerson signing ceremony from a new IE or Chrome tab/window on an iPad Mini. In landscape mode the ceremony scales as it should and everything fits left to right, however in portrait mode the ceremony to does…
Normal topic
Hi, Is Optional signatures feature available now? If so, please provide me the link for latest documentation.
Normal topic
Hi Team, I'm aware that there is "autocomplete":false in REST API which is used to enable the "Review Before Completion", I was wondering is there an equivalent way in Java SDK? Thanks in advance. withDialogOnComplete - gives an…
Normal topic
Hello I am using the JAVA SDK to send signing co-ordinates and a base 64 document stream to eSignLive and get a signing link. The co-ordinates that I use consider top left corner as the reference origin (0,0) and calculate the signing…
Normal topic
Hi, We are new to esignlive, and developing with JAVA. After going through few guidances, I found when creating a package, some code using PackageId packageId = eslClient.createPackageOneStep(documentPackage); and some code using …
Normal topic
I was successfully able to change my package status to DRAFT by using the code supplied in your guide. See below:
EslClient eslClient = new EslClient(api_key, api_url);
eslClient.changePackageStatusToDraft(packageId);
However,…
Normal topic
Hi, I am receiving the error [401, Unauthorized] response when creating a package with JavaSDK. Here is the error message: com.silanis.esl.sdk.internal.EslServerException: Could not create a new package Exception: HTTP POST on URI https:/…
Normal topic
Suddenly got these errors. Could any tell me why? thanks 13 Nov 2018 14:29:06,983 - ERROR - STDERR - Nov 13, 2018 2:29:06 PM com.silanis.awsng.web.rest.util.JacksonUtil deserialize SEVERE: Failed to deserialize json string: {"messageKey…