stringo0
stringo0

Reputation: 2760

Making a pdf file easily in asp.net with formatting options for datagrids

I'm looking for an easy way of printing output to a pdf file for users, especially data grids. Formatting options would be a plus.

Potential scenario -> Users view page with 2 data grids -> Users click print -> Page opens a pdf file that they can save/print

Our budget is tight, so a free solution would be ideal, but I'd like to look into and evaluate any other solutions as well.

Thanks for the help!

Upvotes: 2

Views: 288

Answers (1)

Jay Riggs
Jay Riggs

Reputation: 53593

For a solution using open source iTextSharp, check this article out:

Creating PDF documents in ASP.NET

The question was also discussed here on SO:

How to make pdf ?

Crystal Reports in a PDF file? (check out the link in JP's response)

Upvotes: 1

Related Questions