I would need to insert images in a pdf and then put text on top of the image at certain coordinates.
Is this possible with iTextSharp?
I would need to insert images in a pdf and then put text on top of the image at certain coordinates.
Is this possible with iTextSharp?
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.