使用 C# 填写 Adobe LiveCycle Form ES2
我刚刚接到一个任务,要打开 PDF 表单并使用用 C# 编写的应用程序填写它。 是否有 API 可以处理 Microsoft .NET 中的 PDF 表单?
I have just got a task to open PDF form and fill it using the application written in C#.
Is there an API to work with PDF forms from Microsoft .NET?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
什么样的形式?如果这是所谓的 Acroform(即用 Adobe Acrobat 创建的表单),您可以简单地使用 iTextSharp(免费且开源)来填写表单。
如果这是一个“XFA-Forms”(即使用 Adobe LiveCycle Designer 创建的表单),您将需要 Adobe LiveCycle Forms(您可以通过 SOAP 调用其 API,它是一个封闭且可商用的产品),或者,有一些限制,iTextSharp 。
iTextSharp 的链接:http://sourceforge.net/projects/itextsharp/
What kind of form? If this is a so-called Acroform (i.e. forms created with Adobe Acrobat), you can simply use iTextSharp (free and open source) to fill in the form.
If this is a "XFA-Forms" (i.e. forms created with Adobe LiveCycle Designer), you will need Adobe LiveCycle Forms (you can call its API via SOAP,it is a close and commercially available product) or, with some limitations, iTextSharp.
Link for iTextSharp: http://sourceforge.net/projects/itextsharp/