将pdf表单保存在mysql中
有没有一个工具/软件可以让客户在线保存他们的 pdf 表格。示例:我有一个通用的可在线填写的 pdf 表格,让他们在线填写并即时保存。那里有类似的东西吗?
Is there a tool/software that I can use for clients to save their pdf form online. Example: I have e generic fill-able pdf form online, have them fill it out online and save it on the fly. Is there something like that out there?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是可能的,但为什么将其保存在数据库中呢?您也可以将其保存在文件系统上吗?
-> 在mysql中存储pdf
It is possible but why save it in the database? You could probably save it on the filesystem as well?
-> store a pdf in mysql