Copy link to clipboard
Copied
Hello guys!
I would like to send a filled pdf directly from the pdf. What should I do, I know it's possible to send a filled pdf directly from the document as an attachment in an email but I can't find the option.
Could you help me?
Copy link to clipboard
Copied
Use File > Send File > ...
Copy link to clipboard
Copied
Probably I haven't made myself clear, I would like to send a pdf to my customers and once they filled it I would like to give them the possibility to send it back to me filled, like filling a form in a website!
Copy link to clipboard
Copied
Add a submit button to the form.
Copy link to clipboard
Copied
Your Question: I would like to send a pdf to my customers and once they filled it I would like to give them the possibility to send it back to me filled, like filling a form in a website!
Answer: The filled out form can be sent back using several different methods.
1) The easiest way is to create a button, and set the submit button action to the desired recipient email address: mailto:you[@]domain.com. This method is the least reliable way; because, it requires client-side email software to be correctly configured on each client who submits the form.
2) The most reliable way is to submit to a server-side script such as ASP.net or PHP; which can bypass client-side email software and send the submission using an existing SMTP account. ASP.net scripts have an advantage of utilizing iTextSharp technologies. With iText technologies the server-side script can merge the submission data (FDF, XFDF or XML) with a blank PDF form; so there's no need to extend usage rights to the PDF using Adobe Acrobat. Normally Adobe Reader users can only submit the data formats; not the whole PDF form. iTextSharp can also parse the incoming PDF form data, and inject it into the mail message's TO, CC, BCC, subject, body and attachment file name properties. The server-side script methods work with both Adobe Reader Standalone and Web plug-ins.
Note: Both methods require Adobe Reader in order to submit the PDF forms. Adobe Reader for mobile users have limited functionality; and may not work on some tablet or mobile devices.
For online ASP.net submission examples:
www.pdfemail.net/examples/
Visit the following site for a mailto generator web app that you can paste into your button:
www.nk-inc.com/software/fdftoolkit.net/email-pdf-mailto-generator.aspx
Contact me and I can setup a personalized demo:
www.nk-inc.com/support/sales/
Find more inspiration, events, and resources on the new Adobe Community
Explore Now