tags:

views:

37

answers:

1

I would need to insert images in a pdf and then put text on top of the image at certain coordinates. Is this possible?

+1  A: 

Yes you can.

The key is to set your iTextSharp.text.Image Alignment property to iTextSharp.text.Image.UNDERLYING.

This page on mikesdotnetting.com has an example.

Jay Riggs