BumbleBee
BumbleBee

Reputation: 10779

Generate PDF from view using iTextSharp

My requirement is to have a button in my view and clicking on that should generate a PDF report from that view. (Should avoid making another trip to database to get data for the PDF report).

I decided to use iTextSharp. Could some body please post some examples or direct me to a proper article?

Upvotes: 1

Views: 3924

Answers (1)

Slicksim
Slicksim

Reputation: 7172

I answered something similar on this link.

You will need to sort out the caching of the data from the DB though, this version just queried it again.

How to make a pdf report of a particular view in mvc3

Upvotes: 3

Related Questions