Topic Replies Freshness Views Users
Normal topic
Hi , Signer update another signer as change signer. Now Signer A updated SIGNER B as a SIGNER. Now I need to download all required documents uploaded by changed signer(B). If I am doing all Signer of package it is still showing…
Normal topic
Hi Team / Duo, Greetings for the day. I'm facing an issue, I have form that gets generated in my system (and the number of pages is dynamic based on the inputs) So there are cases where the PDF has multiple pages (template is same PDF…
Normal topic
Hi, I am using document extraction with field to identify the signature position for a signer. If i have a pdf with 3 signatures with field names ExecutedBy_p{counter}, only the last signature is coming in place. Rest all are showing on…
Normal topic
Below is not working localeLang = new Locale("el"); // Greek localeLang = new Locale("zh-TW"); // China Traditional localeLang = new Locale("zh-CN"); // CHina Simplified I have to add these languages in package. Greek one is also…
Normal topic
Hi , I have to update existing signer of a package. Signer is already created now I have to add required documents for signer. how to update Signer. Required document is dynamic so if request for required documnet is two/three or…
Normal topic
Hi, I have to ask Required Document from signer but Number of Required documnet is dynamic. It depends upon agent to ask any number of document to signer. I have created signer using SDK and want to add required doc dynamically based…
Normal topic
Hi Team, Greetings for the day. I'm working on Customizing the Branding for the Thank you Dialog Box Is there a way to completely remove the Exit button functionality (I'm aware about the
Normal topic
Hello Team, Greetings for the day. I use the same sender (Myself) in the sandbox and the time zone on my account is EST. Breakdown of scenario: Transaction 1: Sender: Myself(ESL registered email with…
Normal topic
Hi Team, Greetings for the day. I have a quick question regarding the logo customization (For Branding ceremony and for the webpage I visit after clicking on the link Go to Documents from the email I receive to download…
Normal topic
Hey Team, Greetings for the day. I was playing around with branding the Signing Ceremony, when I try to customize the logo with a different image it works fine (but it disables the session bar, even when I use .withSessionBar() ) Is this…
Normal topic
Hi All, I'm working on Customizing the Branding of the Signing Ceremony. I'm trying to customize the logo, and session bar, through Java SDK. Question 1: I'm able to successfully change the logo, but regarding…
Normal topic
Hi, I'm having problems with this funcionality, when I create eslPackage from template, I need add again the documents with "Upload method". The problem is that the Signers IDs doesn't caculated from me, I'm recieving the ids from…
Normal topic
Hi Team, I'm using certificate signing in my integration. I have a scenario where the certificate signing prompt appears twice. Scenario: User receives the invitation to sign (the user would…
Normal topic
Hello, I'm working on integrating the Callback feature with the current application. I'm using a Callback key in addition to the Callback URL, I have a doubt regarding the POST sent by the Esignlive after the occurrences of the events…
Normal topic
We have different signing scenarios where we want to use different Signing Page Logos. How do I do that with Java SDK? Thanks
Normal topic
Hi, I need a help in the below scenario please revert back to my doubt as soon as possible. I have a PDF file which as two text field with id {{esl:Signer1:Capture}}. I am trying to change these field to a signature field using the below…
Normal topic
Hello, Greetings for the day. Scenario: The person logs into web application, where the eSigning can be done in 2 ways. 1. Sign and 2. Request Signature 1. Sign: In this the person will sign as him/herself (So I don't want the email to…
Normal topic
In looking at the audit service for a package there appears to be events worthy of being in an audit log but do not appear to be. For example: PIN authentication failures show up, but not that access has been locked out. I haven't tried,…
Normal topic
Hi, I'm trying to increase the text or print that appears after a signature block is signed (Eg: E-SIGNED by FirstName LastName on Date). I tried to achieve this using withSize method for the signature, but it didn't work out(the text…
Normal topic
Hey team, We have a client reporting that they have an issue can't get role id returned. Here's the workflow: I have created a transaction with your java sdk. If I go look at the JSON directly by REST api, for the document that has been…
Normal topic
Hey team, I found the API call creating a package (or template ) on behalf of another user in your account in this documentation: https://docs.esignlive.com/content/c_integrator_s_guide/rest_api/packages.htm#Create2 But there's no Java…
Normal topic
Hi Duo, As discussed, could you please provide the codeshare / snippet to mark a text field manadtory? Below is the client's requirement: if we add into the document a text field which the signer has to fill out, can we make that…
Normal topic
how can I retrieve the location of the signature (X,Y)?
Normal topic
Hey team, I noticed that you provide a signing status function to get signing status per signer: com.silanis.esl.sdk.SigningStatus signerStatus1 = eslClient.getSigningStatus(packageId, new SignerId(signerId1), null); But the concern here…
Normal topic
Hi, Is it possible to upload additional attachments when completing/signing a package? For instance if a signer had to upload a scan of their drivers licence and then sign. Would that be possible? Thanks,