Forums
Hi, We have tried to remove the default consent form using the following snippet
eslClient.getPackageService().deleteDocument(packageId, "default-consent");
However, when we have done that the electronic disclosure form still shows with no "Accept" button and our signable PDF is not shown at all. We are using one of the small samples the works perfectly without the above line. What we were expecting was just to remove the very first consent page. (As we don't need this).
Forums
Hi , I am able to successfully upload a single document while creating a package . What all changes do I need to make to the java code to allow upload of multiple documents? I need to simultaneously upload multiple pdf’s after inserting signatures in each document and then create a pacakge out of all these documents. Thanks, Sudhangi
Forums
Our developers have a question around the specific details around how the redirect from Silanis to the handover URL is handled. Could someone shed some light onto what mechanism is used? We are embedding the signing experience in an iFrame and are trying to iron out some issues and the details around this could help us out. Thanks!
Forums
In attempting to use signerAuthenticationTokens, I was looking at the following: http://docs.e-signlive.com/doku.php?id=esl:e-signlive_guide_authentication&s[]=webpageurl#signerauthenticationtoken_example public SignerAuthenticationTokenExample() { authenticationClient = new AuthenticationClient(webpageUrl); } What is the webpageUrl?
Forums
Hi, I want to create empty packages with DRAFT status and one custom attribute (i.e internalID).
DocumentPackage documentPackage = newPackageNamed("TEST_PACKAGE")
                       .withAttributes(newDocumentPackageAttributes()
     	               .withAttribute("internalID", "123456" )
     	               .build())
.build();

PackageId packageId = eslClient.createPackage(documentPackage);
Then, how can I do a search of the DRAFT packages with specific attribute 'internalID' ?
Page resultPage = eslClient.getPackageService().getPackages(new PackageSt
Forums
Hello, Once all the signing ceremony is completed, there is one email notification getting triggered from "e-SignLive " to all the signers by including package owner in "CC" of that email. Email notification reference is here: Signing is completed for e-SignPackage "XXXXXXXXX on Fri, 29 Apr 2016 16:03:12 -0500". You can securely download your signed documents here: is it possible to exclude the Package Owner in this email Notification ? if yes, what is the setting needs to be enabled or disabled.
Forums
Hi, I am currently running into an issue with utilizing X/Y coordinates to position signature tags for documents in eSignLive. In our system, we have our document creation source generate annotations on the PDF near the signature location which we then use iText to extract the X/Y coordinates from. We are currently in the process of upgrading from Silanis e-SEP on-prem to the eSignLive. These X/Y coordinates matched up with our signature lines in e-SEP on-prem, but they are inconsistently either above or below the signature line in eSignLive.
Forums
We are trying to add signers to the package that was already sent through the API and keep getting the following exception: com.silanis.esl.sdk.internal.EslServerException: Could not add signer. Exception: HTTP POST on URI https://sandbox.e-signlive.ca/api/packages/bb5cd208-a565-4485-b66a-147e38ec4d61/roles resulted in response with status code: [403, Forbidden].