Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics
I have been hitting a bit of a brick wall trying to add text anchor tags to an uploaded document. Let my explain what I have been attempting to achieve. First I upload a document to an existing pack

Replies Created

Reply to: Adding Anchor tags to a document

0 votes
Thanks Doug for your response. Using the id instead of the role name did allow me to add a signature to the document. The problem I am getting though is that the signature box is always in the top left corner. As mentioned I am trying to take advantage of the text anchor feature to locate the signature box with at the location of some arbitaty text. below is and example of the PUT request payload I am using to create the signature box, its based on the one provided in your documentation.

    {  
      "name": "test_form",
      "approvals": [  
        {  
           "fields": [  
              {  
                 "type": "SIGNATURE",
                 "width": 200.0,
                 "height": 50.0,
                 "page": 0,
                 "extract": false,
                 "extractAnchor": {
                      "text": "kitchen",
                      "index": 0,
                      "width": 150,
                      "height": 40,
                      "anchorPoint": "BOTTOMRIGHT",
                      "characterIndex": 9,
                      "leftOffset": 0,
                      "topOffset": 0
                    },
                 "left": 0.0,
                 "subtype": "FULLNAME",
                 "top": 0.0
              }
           ],
           "role": "c96f576f-72ac-4a7e-95b1-4053ee41e4d5"
        }
      ],
      "extract": true
    }

Subscriptions

Topics Replies Freshness Views Users
I have been hitting a bit of a brick wall trying to add text anchor tags to an uploaded document. Let my explain what I have been attempting to achieve. First I upload a document to an existing pack
2 8 years 6 months ago 59

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.