简体   繁体   English

DocuSign-如何在 PDF 中发送信封之前填充 PDF 中已经存在的字段

[英]DocuSign- How to populate fields already present in PDF before sending the envelope in c#

In attached pdf i need to fill the information "Name of the facility/provider", Marked checked "Medicaid" checkbox tec.在附件 pdf 中,我需要填写信息“设施/提供者名称”,标记为已选中“医疗补助”复选框 tec。 Any help much appreciate.非常感谢任何帮助。 在此处输入图像描述

If the original PDF has these fields as meta-data (not just visually) you can use the PDF Form Fields Transformation option and DocuSign will automatically find them and generate them.如果原始 PDF 将这些字段作为元数据(不仅仅是视觉上的),您可以使用PDF 表单字段转换选项,DocuSign 将自动找到它们并生成它们。

If not, you can use anchor strings (like the text "Name of the facility/provider") but you'll have to add the tabs yourself and set the anchorString property and potentially the offsets to position it correctly.如果没有,您可以使用锚字符串(如文本“设施/提供商的名称”),但您必须自己添加选项卡并将anchorString属性和可能的偏移量正确设置为 position。

Got it.知道了。 I was passing wrong role name.我传递了错误的角色名称。

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

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