Skip to main content
New Voice
October 23, 2024
Solved

Can't create neither anchor neither fixed positioning for signing

  • October 23, 2024
  • 3 replies
  • 192 views

Hi

I am currently trying to place the SignHere tab.

I have tried the anchor but have found out that my document, generated by the FPDF library, is not machine readable. 

So I have changed my mind and am now trying to place a fixed position to the SignHere tab. But it isn’t working either.

It seems like my pdf is treated like a whole and not like pages.

Is that possible ? Could this be the reason ?

If so, how can I do ?

Thank you for your help.

Best answer by Mahmoud.Essam

Hello Elodie,

you can place tab using x and y coordinates along with specific page number as the example below:
 

"tabs": {
"signHereTabs"”: [
{
"xPosition": "100",
"yPosition": "200",
"width": "50",
"height": "14",
"name": "signHere",
"documentId": "1",
"pageNumber": "1"
}
]
}

reference : https://www.docusign.com/blog/developers/tabs-deep-dive-placing-tabs-documents

 

Thank you so much and if you need any help you can raise a support case anytime at https://support.docusign.com

 

3 replies

Hengfeng Ge
Hero
Hero
October 23, 2024

Could you generate a new test pdf by your software and check whether can reproduce this issue? 

could you share some screenshot of you steps?

 

FreeLink/甫连信息
🌍 DocuSign Partner | Partner Profile
🏆 2024 APAC Reseller Growth Partner of the Year
🔧 The first in APAC to pass the DocuSign eSignature Technical Consultant certification.
🚀 Expertise in DocuSign integrations with on-premises systems for leading enterprises across various industries.

Feel free to reach out for collaboration opportunities.

Welcome to the DocuSign Community! Your feedback is highly valued. If you find my response helpful, please give it a "Like" and consider marking it as the "Best Answer" to assist others with similar issues.
Docusign Employee
October 24, 2024

Hello Elodie,

you can place tab using x and y coordinates along with specific page number as the example below:
 

"tabs": {
"signHereTabs"”: [
{
"xPosition": "100",
"yPosition": "200",
"width": "50",
"height": "14",
"name": "signHere",
"documentId": "1",
"pageNumber": "1"
}
]
}

reference : https://www.docusign.com/blog/developers/tabs-deep-dive-placing-tabs-documents

 

Thank you so much and if you need any help you can raise a support case anytime at https://support.docusign.com

 

New Voice
October 24, 2024

Thank you so much Mahmoud Essam !! 

I had forgotten to write the document_id