I would need to insert images in a pdf and then put text on top of the image at certain coordinates. Is this possible?
views:
37answers:
1
+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
2010-05-27 21:28:56