Can a PDF fillable form post itself to an HTTPS UR

2020-01-27 04:10发布

问题:

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.

回答1:

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

  3. Add submit form button

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

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

This can also be done in Adobe LiveCycle.