Coordinates are specified considering the bottom left of the page as origin. The axis along the width of the page is the x axis, and the axis along the height of the page is the y axis. The coordinates passed in the API request parameters specify where the signature is to be done. This is useful, when you have the place where the sign should occur specified from text length in a page, and you want to customize the position of the signature.
Sample default values you can pass :
No of Signatories | Sample Coordinates |
---|---|
1 | llx = 20, lly = 20 |
2 | 1st Signatory : llx = 20, lly = 20 2nd Signatory : llx = 380, lly = 20 |
3 | 1st Signatory : llx = 20, lly = 20 2nd Signatory : llx = 200, lly = 20 3rd Signatory : llx = 380, lly = 20 |