有关DocuSign,xPosition和yPosition的标签问题有什么选择吗?(Tab issue on DocuSign, xPosition and yPosition are there

编程入门 行业动态 更新时间:2024-10-09 18:21:13
有关DocuSign,xPosition和yPosition的标签问题有什么选择吗?(Tab issue on DocuSign, xPosition and yPosition are there any option?)

我正在使用DocuSign的REST API,到目前为止我已成功发送签名请求,但将DocuSign标签放在我的文档中有时很麻烦,需要反复试验。 使用选项卡的xPositionyPosition属性是我用于制表位置的唯一选项吗?

I'm using DocuSign's REST API and so far so I'm successfully sending signature requests, however positioning the DocuSign tabs in my documents is sometimes a pain and requires trial and error. Is using the xPosition and yPosition properties of the tabs the only option I have for tab placement?

最满意答案

DocuSign实际上提供了一个称为“锚标记”的漂亮功能,可以帮助解决这个问题。 使用锚点标记,您可以根据文档内容本身将DocuSign标签放置在文档中。 因此,例如,如果您需要在文档中的某个位置签名,则可以使用“请在此处签名”文本,您可以锚定到该文本并将标签放在那里,而不必尝试猜测X和Y坐标。

有关如何在DocuSign开发人员中心的功能 - > Stick-eTabs部分进行操作的示例,只需向下滚动并查看锚标记部分。

您还可以选择进一步偏离文档文本,例如,如果您希望签名选项卡向右移动1英寸,向下移动0.5英寸。 你会发送一个像这样的JSON请求体:

"tabs": { "signHereTabs": [ { "anchorString": "Please Sign Here:", "anchorXOffset": "1", "anchorYOffset": "0.5", "anchorIgnoreIfNotPresent": "false", "anchorUnits": "inches" } ] }

DocuSign actually provides a nifty features called "Anchor Tagging" which helps solve this problem. With Anchor Tagging you can have DocuSign tabs placed in your documents based on the document content itself. So for instance, if somewhere in your document you need signed you have the text "Please Sign Here" you can anchor to that text and have your tabs placed there without trying to guess the X and Y coordinates.

There's examples of how to this on the Features -> Stick-eTabs section of DocuSign's Developer Center, just scroll down and see the anchor tagging section.

You have the option of further offsetting from the document text also, like if you want your signature tab to be 1 inch to the right and .5 inches down, for example. You would send a JSON request body like this:

"tabs": { "signHereTabs": [ { "anchorString": "Please Sign Here:", "anchorXOffset": "1", "anchorYOffset": "0.5", "anchorIgnoreIfNotPresent": "false", "anchorUnits": "inches" } ] }

更多推荐

本文发布于:2023-08-06 08:49:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1448341.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:有什么   标签   yPosition   DocuSign   xPosition

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!