@chris-SWAYPC
Yes, the DocuSign API offers a solution that allows you to dynamically place a signature field at the end of each page, even when the number of pages varies. This can be accomplished using anchor tagging along with a combination of anchor strings or anchor coordinates.
You can place signature fields on each page using anchor-based positioning by inserting invisible or specific markers (like text or images) at the bottom of each page in your dynamically generated document. DocuSign can detect these anchors and place the signature field accordingly.
In the API request, use the anchor-based positioning by specifying the anchor text (e.g., "anchorString": "{{SignHere}}"). DocuSign will place the signature field at the location of that anchor string on each page.
@chris-SWAYPC
Yes, the DocuSign API offers a solution that allows you to dynamically place a signature field at the end of each page, even when the number of pages varies. This can be accomplished using anchor tagging along with a combination of anchor strings or anchor coordinates.
You can place signature fields on each page using anchor-based positioning by inserting invisible or specific markers (like text or images) at the bottom of each page in your dynamically generated document. DocuSign can detect these anchors and place the signature field accordingly.
In the API request, use the anchor-based positioning by specifying the anchor text (e.g., "anchorString": "{{SignHere}}"). DocuSign will place the signature field at the location of that anchor string on each page.
Hey @JohnSantos , thank you for reaching out and for your answer!