Macaron
Macaron

Reputation: 1

ASP.NET MVC. Pdf generation. Put image to PDF file

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

Answers (1)

Drahakar
Drahakar

Reputation: 6088

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

Upvotes: 1

Related Questions