使用 C# 填写 Adob​​e LiveCycle Form ES2

发布于 2024-11-01 10:23:00 字数 85 浏览 2 评论 0原文

我刚刚接到一个任务,要打开 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 技术交流群。

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

发布评论

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

评论(1

泛泛之交 2024-11-08 10:23:00

什么样的形式?如果这是所谓的 Acroform(即用 Adob​​e Acrobat 创建的表单),您可以简单地使用 iTextSharp(免费且开源)来填写表单。
如果这是一个“XFA-Forms”(即使用 Adob​​e LiveCycle Designer 创建的表单),您将需要 Adob​​e 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/

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