views:

92

answers:

1

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!

+1  A: 

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)

Jay Riggs
Thanks! I'll look into iTextSharp more - didn't find the link you provided on it on my search.
stringo0