Relative Content

Tag Archive for docusignapi

How to send signed document to signers

I use the Docusign Java Rest API to create an envelope with one or more documents.
I don’t find the way to send the signed PDF to the signer(s) when the signature process is finished.
Only the account owner get an email with the documents.

PDF form not fillable when sent to recipient

I’m using the DocuSign SDK for VS.Net. I can successfully acquire an access token, send a file to a recipient, sign the file, and return it. The PDF form, however, is not editable. I confirmed that the PDF is fillable before it goes into the Envelope. I’m sure I’m missing something small. Any help would be appreciated.

Docusign API: Is pageNumber tag mandatory

I have been looking at the Docusign API webpages and was wondering if the ‘pageNumber’ tag of any given ‘tabs’ child (e.g. signHereTabs, initialHereTabs, textTabs etc.) was mandatory?

docusign having expired_client_token

I’m working with docusign and i tried to generate a token with 01 Authorize Code Grant Access Token API: https://account-d.docusign.com/oauth/token .

Tabs spanning across multiple pages in a document

We are currently integrating docusign, we came accross a usecase of tabs like radio button and dropdowns spanning accross multiple pages. Does docusign allow this. If not is there any work around how we can handle this.