Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can a PDF fillable form post itself to an HTTPS URL?

Tags:

post

pdf

pdf-form

I am building a webapp that will display PDFs. The PDFs have fillable forms. Instead of making the user save the form, and then re-upload it to the webapp, the idea is to adapt the PDF such that it can POST itself (when the user clicks) from inside the browser to some HTTPS endpoint when the user is done.

Is this doable? If so, how? If not, any suggestions? Thanks.

like image 714
alphadogg Avatar asked Jan 07 '11 22:01

alphadogg


1 Answers

Yes, there is an option (action) that allows pdfs to post themselves. The steps are as follows:

List item

  1. Open Adobe Acrobat Pro

  2. Select the button tool Select button tool

  3. Add submit form button

    Add submit form button

  4. Add the url and how you want the form to be submitted. You're done. Add url

  5. The warning shown when the user clicks the "submit a form" button. Submit warning

This can also be done in Adobe LiveCycle.

like image 132
Eugene Avatar answered Nov 11 '22 07:11

Eugene