I'd like to print receipts from my asp.net mvc app. For now I think my best option is to create PDF files, which are easier to handle when they are going to print them, because of the margins/headers/footers/etc.
I don't want to have them configure their browsers just so they can print my receipts, some of them are just not that smart.
Any other options?
What is the best (free)library/api to generate PDFs from an asp.net mvc app