I am having trouble with creating texttabs via the docusign REST API. The creation succeed, but when I open the DocuSign page to sign the document, the created texttabs have not the defined size. Interestingly the created notetabs with the same size work properly. I compare the texttab with a Textbox with the size 100 px * 100 px.
How can I fix this issue?
"textTabs": [
{
"height": 100,
"name": "Test1",
"width": 100,
"disableAutoSize": "true",
"documentId": "1",
"pageNumber": "1",
"xPosition": "291",
"yPosition": "244"
}
]