Skip to main content

In our ReactJS application, we are using the react-pdf library to render PDF documents. As part of our e-signature process, we position signature and date tabs on PDF files using specified X and Y coordinates.

However, we’ve observed a slight deviation of a few pixels in the placement of these tabs, which is affecting the accuracy of the signature positioning. We would appreciate your assistance in investigating this issue to ensure precise alignment of the signature elements.

Any thoughts how to correct this?

Hello ShenP,
 
Thank you for contacting Docusign Customer Support. 
 

Docusign uses 72 DPI when determining position. 

To improve the tab's position on the document, Docusign recommends adjusting xPosition and yPosition coordinates by (-3, -2)


You can review our entire Scheme here:
createTabs | REST API | Docusign
 
Best regards,
 
Adrian | Docusign Developer Support

Reply