用 SQL 填充 PDF
我创建了一个代表证书的 PDF 表单。有没有办法从 SQL 数据库或其他来源自动填写表单,并使用不同的邮寄地址创建每个填写的表单?
如果没有办法,有人可以指出我如何使用 C# 实现它吗?
I have created a PDF form that represents a certificate. Is there any way to fill out the form automatically from a SQL db or some other source and create each filled form with a different mailing address?
If there isn't a way, can someone point out how could I make it using C#
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 C# 中使用 iText 来处理 PDF。
http://itextpdf.com/book/chapter.php?id=8
I use iText for monkeying with PDFs in c#.
http://itextpdf.com/book/chapter.php?id=8