Topic Replies Freshness Views Users
Normal topic
Hello! Thank you for reading my post. My understanding is that the notification email (email.notify) is the only email template that can be triggered programatically from the eSignLive system. I had a few questions on this functionality:…
Normal topic
Hello I am not able to fetch the documents after signing a package. Following is the code I use to fetch and extract the documents for a signed package: import java.util.zip.ZipEntry; import java.util.zip.ZipInputStream; import static…
Normal topic
Hello Can anybody please help is finding a way to specify a callback endpoint while creating eSignLive package using Java SDK? Thanks Sudipta
Normal topic
Hi, My scenario is, we want to customize the emails send to signers so that the link is not sent in the email and they are just provided with instructions to login into our application to do so. Now, my question is, after creating…
Normal topic
We are not able to render the generated signing url in our browser or iframe. The page used to display the consent form but it now remains blank. PFA images of the console logs while attempting to open the signable document.
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…