【问题标题】:how to convert filled pdf to fdf or xfdf file in c#如何在c#中将填充的pdf转换为fdf或xfdf文件
【发布时间】:2013-06-16 23:02:24
【问题描述】:

如何将填充的pdf 转换为xmlfdfxdfd 文件设计在Adobe livecycle designer 7.1 起点是最明显的。

【问题讨论】:

    标签: xml pdf fdf xfdf


    【解决方案1】:

    尝试Docotic.Pdf library 完成您的任务。

    该库可以以 FDF 格式导出表单数据。它只需要几行代码

    using (PdfDocument pdf = new PdfDocument("form.pdf"))
    {
        pdf.ExportFdf("ExportedFdfData.fdf");
    }
    

    免责声明:我是该库的开发人员之一。

    【讨论】:

    • 你能详细解释一下“Docotic.pdf 库”吗?因为我是新手。
    猜你喜欢
    • 2017-09-26
    • 2013-02-20
    • 1970-01-01
    • 1970-01-01
    • 2011-04-27
    • 2015-08-09
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多