Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个文档模板,然后通过 WPF 应用程序处理此模板(添加特定信息)以通过 PDF 导出结果。
您知道处理 pdf 文档的最佳方式吗?我有同步融合库。
使用 C# 语言
您可以使用PDF 表单模板,然后使用 iTextSharp 动态填充它们。
以下是示例:使用开源 iTextSharp 动态链接库填写 PDF 表单字段
首先,您必须拥有将简单文档转换为 pdf 格式的 acrobat 阅读器。当您在文档中键入信息时,将其保存在所需的驱动器中,然后选择文件类型 pdf 格式中的选项并选择确定。