Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top