PDF 可填写表单可以将其自身发布到 HTTPS URL 吗?
我正在构建一个可以显示 PDF 的网络应用程序。 PDF 具有可填写的表格。我们的想法不是让用户保存表单,然后将其重新上传到 Web 应用程序,而是调整 PDF,以便当用户在浏览器中将其自身 POST(当用户单击时)到某个 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,有一个选项(操作)允许 pdf 文件自行发布。步骤如下:
列出项目
打开 Adobe Acrobat Pro
选择按钮工具
添加提交表单按钮
添加 URL 以及您希望如何提交表单。你完成了。
用户单击“提交表单”按钮时显示的警告。
这也可以在 Adobe LiveCycle 中完成。
Yes, there is an option (action) that allows pdfs to post themselves. The steps are as follows:
List item
Open Adobe Acrobat Pro
Select the button tool
Add submit form button
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.
This can also be done in Adobe LiveCycle.