NReco 是否支持以编程方式填写 PDF 表单?

Does NReco supports PDF form filling programmatically?

我们有 NReco 生成 PDF 的许可证。现在我们需要通过 dot net 代码动态更新 PDF 中的表单字段,我们在 NReco 中支持吗?如果没有任何免费图书馆替代 PDF 表格填写,因为我们不能再次投资许可证?我们的是一个基于 .Net 的 MVC 网络应用程序。我们之前使用的是 iTextSharp,但 iTextSharp 已停产,已被 iText 7 取代。我们现在无法购买 iText 7 的许可证。

NReco.PdfGenerator 只是 wkhtmltopdf 工具的包装器;它只是关于 HTML 到 PDF 的转换。 Wkhtmltopdf 根本无法修改现有的 PDF 文件。

要填写 PDF(可能 'flatten' 它),您可以使用 iTextSharp 4.1.6 which is licensed under LGPL and can be used for free. It has number of forks that are maintained and .NET Core compatible, for example this one: https://github.com/VahidN/iTextSharp.LGPLv2.Core