PDF可填写的表单可以自己发布到HTTPS URL吗?
我正在构建一个显示PDF的网络应用. PDF具有可填写的表格.与其让用户保存表单,然后再将其重新上传到Web应用程序,不如说是修改PDF,以使它可以在用户单击时将自身(当用户单击时)从浏览器内部发布到某个HTTPS端点.完成.
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.
是的,有一个选项(操作)使pdf能够自行发布.步骤如下:
Yes, there is an option (action) that allows pdfs to post themselves. The steps are as follows:
列表项
-
打开Adobe Acrobat Pro
Open Adobe Acrobat Pro
选择按钮工具
添加提交表单按钮
添加URL以及您希望表单的提交方式.你完成了.
Add the url and how you want the form to be submitted. You're done.
用户单击提交表单"按钮时显示的警告.
The warning shown when the user clicks the "submit a form" button.
这也可以在Adobe LiveCycle中完成.
This can also be done in Adobe LiveCycle.