简体   繁体   English

DocuSign:在预填充的PDF #DocuSignAPI中编辑字段

[英]DocuSign: Edit fields in a pre-filled PDF #DocuSignAPI

We have a system that creates pre-filled PDF contracts that we then need to send to the customer for signature and also allow the customer to update fields that may contain erroneous information. 我们拥有一个系统,该系统可以创建预填写的PDF合同,然后将其发送给客户以进行签名,并且还允许客户更新可能包含错误信息的字段。

I have reviewed the API extensively and understand that I can use text tabs placed on the document to allow customer to edit those fields. 我已经广泛审查了API,并且了解可以使用文档上的文本标签来允许客户编辑这些字段。 However this approach is not replacing the value already on the PDF, rather writing over it. 但是,这种方法不是替换PDF上已经存在的值,而是覆盖它。 See attached screenshot of sample document: DocuSign Overwrite text field 请参阅随附的示例文档的屏幕截图: DocuSign覆盖文本字段

What is the alternative or any tips on how to get around this issue will be highly appreciated. 对于如何解决此问题,有什么替代品或任何提示将受到高度赞赏。

Here is one workaround or option but I hope there is a better way 这是一种解决方法或选择,但我希望有更好的方法

1) Instead of using the templating engine that generates this PDF, move this burden to Docusign. 1)代替使用生成此PDF的模板引擎,将此负担转移到Docusign。 We can then use the text tabs within Docusign to pre-populate fields and leave it editable. 然后,我们可以使用Docusign中的文本选项卡来预填充字段并使它可编辑。

When you send a PDF with form fields DocuSign can convert those PDF form fields into DocuSign data tabs which I believe is the workaround you've mentioned. 当您发送带有表单字段的PDF时,DocuSign可以将这些PDF表单字段转换为DocuSign数据选项卡,我相信这是您提到的解决方法。 This is definitely the easiest approach and should work. 这绝对是最简单的方法,应该可以使用。

You can do a quick manual test by uploading a document into the DocuSign console (ie login to your account through the website) and if you feed it a PDF with form fields the system will ask if you'd like to convert them to DocuSign tabs. 您可以通过将文档上载到DocuSign控制台(即通过网站登录到您的帐户)来进行快速手动测试,如果您将其输入包含表单字段的PDF,系统将询问您是否要将其转换为DocuSign选项卡。 To achieve this through the API you can use the transformPdfFields property in the document object. 要通过API实现此目的,您可以使用文档对象中的transformPdfFields属性。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM