Topic Replies Freshness Views Users
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…
Normal topic
Is it possible to skip an optional signature, or to mark it as complete without signing it? We would like to achieve this using Java
Normal topic
Hi, We’ve been noticing some odd behaviour in the layout designer recently. We’ve seen the signatures displayed below where they should be when first opening the designer and also seen the signatures jump down after releasing the…
Normal topic
One of our customer is currently working on rewriting their functionality for changing a package status to Draft, and they are running into some issues with getting the sdk’s functionality to work. Here is the code that…
Normal topic
We are using
SignatureBuilder.captureFor()
to ask for a handwritten signature, but after the expected user signs, not only the handwritten signature drawn shows up, but also the full name appears, it seems the full name…
Normal topic
How to get all documents id of a package. I have package id and want document Id of all documents those are part of this package.
Normal topic
Can you please provide us a code on how to update sender language and the timezone of the sender account
Normal topic
Hi , How to put my company logo in Email notification and contents of email. is there any admin setting? Thanks
Normal topic
Hello! How to set days when translation will expired. Thanks
Normal topic
Hi Team, Need your quick help. I am sending the package to eSL along with injecting fields, but fields are not populated. Below is the code snippet I used: InputStream is = new ByteArrayInputStream(docAsBytes); DocumentBuilder db=…
Normal topic
Hi team, I just found out that CompletionReport sdkCompletionReport = eslClient.getReportService().downloadCompletionReport(PackageStatus.DRAFT, from, to); only returns 100 results, so it's less meaningful in our…
Normal topic
Generated URL with below code is not working. String userAuthToken = eslClient.getAuthenticationTokensService().createSenderAuthenticationToken(packageId.toString()); String URL = String.format("https://sandbox.esignlive.com/auth…
Normal topic
Hello, Using below retrieves a list of field values at the package level. But is it possible to retrieve the field values for a particular document? eslClient.getFieldValues(packageId) Thanks
Normal topic
Hi , We are sending a bunch of files to signer but only one or two doc is to be signed and rest documents are for information purposes. how to know id of documents those are signed. We have to keep only those files in our system those…
Normal topic
Steps: 1. We are setting Sender for package and document has owner tag. So Sender has to sign first doc. 2. Creating package with Sender detail and adding signer / documents. 3. and then opening a popup in design mode. sender has to…
Normal topic
Hi, Recently we got the following 2 errors intermittently when creating the package using the same form, do you know what did happen? From the error message, it seems it complains about the pdf document has error, but we are using the…
Normal topic
Hi, I have two login with two different email id. I want second email id as a member in my first email login. It is not allowing and saying this email has already an account, I am sending invitation from my first login account to…
Normal topic
Hi, How to download summery document using JDK Thanks
Normal topic
Hi, Greetings for the day, it would be great if you could mention me the steps involved in the white-labeling process. Also is it possible to completely white-label the UI which the signer sees after clicking on the "Go to…
Normal topic
Hi Team, Could you please let me know if we have the ability to download the completed packages as flatten documents using java? Let me know if you need more information. Thanks, Sahana
Normal topic
Hi, We are currently using the UI to create the package, inject the fields, then use the Java SDK API to download the documents.  I found this below which retrieves a list of field values at the package level.  But we are looking in a…