tags:

views:

112

answers:

1

I am building a pdf. I would like to have some text and next to the text a check mark. Does anyone have an idea as to how to do this?

Thanks

A: 

One way is to create a PNG of a check mark, load the image and draw it next to your text. I've done something similar many times but not specifically with iTextSharp. Here is an iText example to get you started though.

John Lemberger