Forums
Hi, How can i use SDK to set multiple signature block on the same document for a single signer and the values to be passed dynamically. I have a list of coordinates which specify the position and size of my signature block for a single signer on a single document. How can i handle that with the SDK in java? I am looking forward to loop the process of adding signature fields on the document. The size of list might also vary in every request .
Forums
Hello, would help me understand what I'm doing wrong ? The method is called in package creation process. In the following are the values for Mobile signature method compare with Mouse capture. I don't see any problem for Mobile signature. // Mobile signature - Error response String response = client.postMultipartFile(path, fileName, fileBytes, documentJson); Path: https://sandbox.e-signlive.ca/api/packages/usGaLhhTaXaDts7CRURECBSMTjY=/documents documentJson:
{
  "approvals": [
    {
      "fields": [
        {
          "extract": false,
          "extractAnchor": {
            "anchor
Forums
Currently we are sending this setting for each package we are creating via a REST call. It is set to true. So the download button is dsiabled. Is there an account level setting that can set this to false? Can it override this setting, that we are sending at in the REST API call. We need the download button to be enabled even if we are setting it to false in the API call.
Forums
This is related to a post by CConverse_lm over a year ago Getting an exception using FULL_NAME + INITIALS signature styles in one document. To summarize the issue: a package is created and Sent with a document that has both INITIALS and FULL_NAME signature styles. The package send succeeds without issue. Then, the package is retrieved using EslClient.getPackage.
Forums
Hi, I am trying to embed the signing in my webpage using an iframe To generate the session token i use SessionToken sessionToken = eslClient.getSessionService().createSessionToken(packageId.toString(), signer1Id); signer1Id is the custom Id used to create a package. Please see the attached file for the error. Can you let me know what am i doing wrong and what does this error mean. Thanks, Kruti
Forums
I am trying to place a consent field inside a document based on the following text Non−Registered Savings Account I am getting the following error , due to the – in the string. error.validation.verifyDocument.documentExtractError If I use the text extraction String Registered Savings Account, then it works fine. Can you please let me know how to resolve this issue. See the attached screenshot of the document.