我正在尝试从文档的代码中添加2个签名者选项卡并发送。我能够正确地看到签名选项卡的位置。在两位签名者签署文件后,当我打开完成的文件时,签名丢失。 pdf还显示一条错误消息,指出pdf有错误。
这是我的xml。你能帮忙吗?
<envelopeDefinition xmlns="http://www.docusign.com/restapi">
<emailSubject>API Call for adding signature request to document and sending</emailSubject>
<status>sent</status>
<documents>
<document>
<name> documentName </name>
<documentId>1</documentId>
<order>1</order>
</document>
</documents>
<recipients>
<signers>
<signer>
<email> custEmail </email>
<name> recipientNameCust </name>
<recipientId>1</recipientId>
<routingOrder>1</routingOrder>
<tabs>
<signHereTabs>
<signHere>
<anchorString>SIGNED on behalf of the Customer</anchorString>
<anchorXOffset>10</anchorXOffset>
<anchorYOffset>50</anchorYOffset>
<anchorIgnoreIfNotPresent>false</anchorIgnoreIfNotPresent>
<anchorUnits>Pixels</anchorUnits>
<documentId>1</documentId>
<recipientId>1</recipientId>
<tabLabel>Sign Here1</tabLabel>
<name>SignHere1</name>
</signHere>
</signHereTabs>
</tabs>
</signer>
<signer>
<email> receipientEmail </email>
<name> recipientNameTotal </name>
<recipientId>2</recipientId>
<routingOrder>2</routingOrder>
<tabs>
<signHereTabs>
<signHere>
<anchorString>SIGNED on behalf of Total Gas</anchorString>
<anchorXOffset>10</anchorXOffset>
<anchorYOffset>50</anchorYOffset>
<anchorIgnoreIfNotPresent>false</anchorIgnoreIfNotPresent>
<anchorUnits>Pixels</anchorUnits>
<documentId>1</documentId>
<recipientId>2</recipientId>
<tabLabel>Sign Here2</tabLabel>
<name>SignHere2</name>
</signHere>
</signHereTabs>
</tabs>
</signer>
</signers>
</recipients> </envelopeDefinition>
答案 0 :(得分:1)
您应该联系DocuSign支持。如果签名者签署并提交文件,您应该在完成的文件中看到签名。