Signature/Initials/SignatureDate Tabs location issue

前端 未结 1 1013
粉色の甜心
粉色の甜心 2021-01-26 11:07

I have been having an issue with the location of signatures /initials for a long time now. Because a picture is worth a 1000 words, Im going to provide a screenshot as well as a

相关标签:
1条回答
  • 2021-01-26 12:07

    In most cases, the yPosition aligns with the top edge of the tab. The top edge of the text tabs(For ex: DateSigned, FullName, Company, Title etc) seem to correctly align with the yPosition.

    The signature tabs seems to have additional offset and it can differ based on the scaleValue used. See this answer for the offset values.

    Tip:You can use the Docusign Console to tag documents and get the accurate X&Y positions using the getRecipients call. You can then specify those coordinates in your API request to create new envelopes. See this answer

    GET /v2/accounts/{accountId}/envelopes/{envelopeId}/recipients?include_tabs=true
    
    0 讨论(0)
提交回复
热议问题