DocuSign:用于在页面上放置签名字段的选项 [英] DocuSign: options for placing signature fields on the page

查看:124
本文介绍了DocuSign:用于在页面上放置签名字段的选项的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在页面上以编程方式放置签名字段的选项有哪些。 (还有其他字段类型吗?)

What are the options for programmatically placing signature fields on the page. (And other field types too?)

推荐答案

有多种可用的技术:

以编程方式创建字段(标签)时,可以在文档中指定文本片段作为锚文本。通常,锚文本应为白色,因此在页面上将不可见。

When creating the field (tag) programmatically, you can specify a text fragment in the document as anchor text. Typically the anchor text should be colored white so it will not be visible on the page.

定位文本的位置很灵活,因为DocuSign签名字段(或其他字段)将跟踪定位文本的位置-如果文档被修改且定位文本在页面上移动,则DocuSign字段将跟踪其在页面上的位置

Positioning with anchor text is flexible since the DocuSign signature field (or other field) will track the location of the anchor text--if the document is modified and the anchor text moves on the page, the DocuSign field will track its location on the page.

缺点是您需要访问文档的来源,因此可以添加锚文本,例如 / sig1 / 在文档中为白色。

Downside is that you need access to the source of the documents so you can add anchor text such as /sig1/ in white to the document.

此技术有效原始文档未更改。您可以为该字段指定x,y和页码坐标。

This technique works with unchanged source documents. You specify the x, y, and page number coordinates for the field.

但是如果对源文档进行了修改,则需要更新软件。

But if the source document is revised then you need to update your software.

在此解决方案中,您的业务同事通过使用DocuSign Web工具创建模板 。该模板包括一个或多个角色。例如,可以将角色命名为客户,销售人员等。

In this solution, your business colleagues create a "template" by using the DocuSign web tool. The template includes one or more "roles." Eg, a role can be named "customer", "salesperson," etc.

模板包括签名和其他字段。

The template includes the signature and other fields.

然后,当您以编程方式发送信封(事务)时,可以在API调用中指定模板ID和角色信息。

Then, when you programmatically send the envelope (transaction), you specify the template id and role information in your API call.

结果:一个灵活的系统,使模板及其文档,字段等可以更新(通过DocuSign Web工具),而无需更改应用程序软件。

Result: a flexible system that enables the template and its documents, fields, etc to be updated (via the DocuSign web tool) without any changes to your application software.

PDF包含字段概念。 DocuSign可以自动将PDF字段替换为DocuSign字段(选项卡)。如果您有一个生成带有PDF字段的PDF的文档生成系统,则PDF字段转换功能可能是一个很好的解决方案。

PDFs include the notion of a "field." DocuSign can automatically replace the PDF fields with DocuSign fields (tabs). If you have a document generation system that produces PDF with PDF fields, the PDF-field transformation feature can be a good solution.

在发送过程中,您的应用程序可以打开以下文件的发件人视图发送者的DocuSign系统。然后,发送者将手动将字段放置在文档上。

As part of the sending process, your application can open the Senders View of the DocuSign system for the sender. The sender would then place the fields on the document(s) manually.

通常这是最不希望的用户体验,因为文档的发送者需要执行附加步骤字段的放置(标记文档)。

This is usually the least desirable user experience since the sender of the document needs to perform the additional step of placing the fields ("tagging the document").

这篇关于DocuSign:用于在页面上放置签名字段的选项的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆