Reputation: 619
I'm interested in using DocuSign. I ran the demo and I saw what appeared to be a PDF file. My document that I require signing is a PDF file. Several questions.
Upvotes: 0
Views: 629
Reputation: 13480
DocuSign accepts virtually any file type, but converts any file that you provide to PDF format (if it isn't already in PDF format). You can certainly provide files to DocuSign in PDF format; i.e., you don't need to convert your PDF files to any other format before submitting them to DocuSign.
Regarding question #3 -- typically you'd design your web app to collect the user's name and email address prior to calling DocuSign to initiate the signing of the document(s). That way, when you make the API call to DocuSign to create the envelope and initiate the signing session, you include signer information (name and email address) in the API request.
Finally, if you're looking for a quick/easy way to collect signer info (name & email address) and get document(s) signed from your website, without having to build an API integration -- I'd suggest you checkout DocuSign PowerForms. Based upon the information you've provided about your scenario, using PowerForms might enable you to achieve your goal of getting the document(s) signed. Please note though, even if you use PowerForms to get the document(s) signed, you'll still need to use either the API or DocuSign Connect to retrieve the signed document(s) so that you can store them on your web server.
Upvotes: 1