I've got some information I would like to output to a printer, but also as a PDF. I would be great if the PDF and the printing output would look the same. As what I understand, PDF reading and creating is not supported in C#.
I can create PDF's easily with external librarys like iTextSharp, but I don't know how to print them without using a different application, like Adobe Acrobat.
What are my options?