Forums
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-package-java-sdk/ But I don't see in there how to do it if the package is already created. Thanks, hsamson
Forums
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 those cordinates so that signature blocks are drawn. I, now, have a new requirement of using the "click to initial" functionality instead of capturing signature. Hence, I was wondering if this is possible and if so, how big of an effort it is.
Forums
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 change a package back to "DRAFT" status?
Forums
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 sign a PDF document on a certain location, but I could not get it right, I extracted the position of a field using iText and then passing the position to the esign API, but it never shows it correctly. I am not sure why. 3- Is there a way to pass a field name to the API for signature, rather than its position? thank you, Sean
Forums
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 created. The Completion Report doesn't satisfy this because the filter dates seem to apply to the date a package was created. Is there a Java SDK or REST API method to support this?