docusign / docusign-esign-java-client

The Official Docusign Java Client Library used to interact with the eSignature REST API. Send, sign, and approve documents using this client.
https://javadoc.io/doc/com.docusign/docusign-esign-java/latest/index.html
MIT License
103 stars 96 forks source link

《EnvelopeDocuments : get 》 The obtained pdf file has no tabs #242

Open yuyu414 opened 1 year ago

yuyu414 commented 1 year ago

I use a template to send signatures to my clients,This template has many tabs,When I call the api, I set the tabs。 1.When the user does not sign on it,I use api:《EnvelopeDocuments : get 》,What you get is a pdf document without tabs blank content。 image

2.When the user signs, I use api:《EnvelopeDocuments : get 》,they will get the pdf document with the content in the tabs image

How should I manipulate the API to get a pdf document with the content in tabs whether the user signs it or not?

yuyu414 commented 1 year ago

https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopedocuments/get/