简体   繁体   中英

pdf report using iTextSharp in C#

I did pdf report using c# windows application using iTextSharp reference

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

I want to add a signature at the end of pdf file. How can i add?

You can use a TextField object to contain the signature. Chapter 8 of iText in Action has information about filling out interactive forms.

Here is an example of the TextField object getting used.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM