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

元气小坏坏 提交于 2019-12-28 02:03:36

问题


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.



来源:https://stackoverflow.com/questions/4631008/can-a-pdf-fillable-form-post-itself-to-an-https-url

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!