如何从数据库内的数据填充 PDF 表单(例如 w-2)?
我有一个 w-2 表格和其他 pdf 文档,并使用 adobe acrobat pro 我使用 adobe 应用程序创建了带有字段名称的字段。 我如何填充这些字段? 几年前我已经这样做了,其中 php 会生成 fdf 文件,然后加载 pdf 文件并填充它,但我完全忘记了我是如何做到的。 任何帮助都会很棒。 谢谢
i have a w-2 form and other pdf documents and using adobe acrobat pro i have created fields with field names using the adobe application. how do i populate those fields? i have done this a few years ago where the php would generate the fdf file then load the pdf file and populate it but i completly forgot how i did it. any help would be great. thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
以下链接可能会帮助您入门。 您只需提供数据库中的数据而不是 HTML 表单:
The following links might help you get started. You only need to supply the data from a database rather than HTML forms:
谷歌找到了我这个:
http://www.codeproject.com/KB/cs/FillFormFieldsOfPDFs .aspx
PDF (W-4) 用上述工具填写
它符合您的需求吗? (C#)
Google found me this:
http://www.codeproject.com/KB/cs/FillFormFieldsOfPDFs.aspx
PDF (W-4) filled in with above tool
Does it fit your needs? (C#)