How to change the coordinates of Signature in CoSign Signature SOAP API and place it over some given text (i.e. Sign Here)?

前端 未结 1 1382
-上瘾入骨i
-上瘾入骨i 2020-12-22 01:32

My pdf file will have an area with the text \"Sign here\". It could be anywhere in the pdf(i.e. the coordinates for that area is not defined) . I would like to add the sign

相关标签:
1条回答
  • 2020-12-22 02:11

    You need to know which page, and where on the page, the graphical part of the digital signature should be placed.

    One way to determine the location dynamically is to add a "Signature Field Locator." In the original PDF you include a special Field Locator text string such as <<<w=100;h=120;n=employee;a=1;>>>

    You set the Field Locator text color to be the same as the page's background color so it won't show when the pdf is viewed.

    CoSign Signature Local includes methods for locating and using Field Locators to set the position of a graphical signature. See the example program.

    0 讨论(0)
提交回复
热议问题