使用c#中的iTextSharp编写pdf报告

本文关键字:pdf 报告 编写 iTextSharp 中的 使用 | 更新日期: 2023-09-27 18:08:02

我使用c# windows应用程序使用iTextSharp参考做pdf报告

using iTextSharp.text.pdf; using System.IO; using iTextSharp.text;

我想在pdf文件的末尾添加签名。我怎么加?

使用c#中的iTextSharp编写pdf报告

可以使用TextField对象来包含签名。《text in Action》第8章介绍了如何填写交互式表单。

下面是一个使用TextField对象的例子