如何从数据库内的数据填充 PDF 表单(例如 w-2)?

发布于 2024-08-01 13:05:18 字数 167 浏览 3 评论 0原文

我有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

笔芯 2024-08-08 13:05:18

以下链接可能会帮助您入门。 您只需提供数据库中的数据而不是 HTML 表单:

The following links might help you get started. You only need to supply the data from a database rather than HTML forms:

裂开嘴轻声笑有多痛 2024-08-08 13:05:18

谷歌找到了我这个:

http://www.codeproject.com/KB/cs/FillFormFieldsOfPDFs .aspx

PDF (W-4) 用上述工具填写
alt text

它符合您的需求吗? (C#)

Google found me this:

http://www.codeproject.com/KB/cs/FillFormFieldsOfPDFs.aspx

PDF (W-4) filled in with above tool
alt text

Does it fit your needs? (C#)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文