views:

39

answers:

1

I have PDF file and i need dynamically put image(logo) in some place of this pdf file.

I just need to say "here is image put it to special position on pdf or something and give me output". And than i pass this output in my controller in response. That's it.

Could anybody suggest any good free library for such case.

iTextSharp?

+1  A: 

iTextSharp Seems to let you do that and this tutorial show you how.

Drahakar