将 FDF 与 ASP.NET 结合使用的最佳方法是什么?
我需要构建一个基于 FDF 的 PDF。 我看到 Adobe 有 FDF 工具包,但看到其他人使用 ITextSharp。 我在 Adobe 工具包和 ASP.NET 上找不到任何内容,但在 ITextSharp 上看到了示例。 我想知道我应该使用哪个,如果是 Adobe,有人有例子吗?
谢谢。
I need to build a PDF based on FDF. I saw that Adobe has the FDF toolkit but saw others using ITextSharp. I couldn't find anything on Adobe's toolkit and ASP.NET but saw examples on ITextSharp. I wanted to know which I should use and if it is Adobe, does anyone have an example.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会使用 iTextSharp,我之前用它来处理服务器上的 PDF 表单。 我当时没有使用 Adobe FDF 工具包的原因是 Adobe 不再支持它,而且它的许可非常严格,因为您开发的大多数解决方案基本上都会与他们制造的产品之一竞争。
对于我想做的事情(处理表单回复),当我与 Adobe 的一位支持人员交谈时,他们推荐 LifeCycle Enterprise,这对于我们的预算来说太贵了。
I would use iTextSharp, I've used it before to handle PDF forms on the server. The reason why I didn't use Adobe FDF toolkit at the time was because Adobe is not supporting it anymore, and the licensing for it is quite restrictive since most of the solutions you'd develop would basically compete with one of the product they make.
For what I was trying to do (handling form responses), when I talk with one of the support guy at Adobe, they were recommending LifeCycle Enterprise, which was just too expensive for our budget.