Reputation: 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?
Upvotes: 0
Views: 1989
Reputation: 6088
iTextSharp Seems to let you do that and this tutorial show you how.
Upvotes: 1