Converting asp.net web page to downloadable pdf file
Is it possible to convert an asp.net webpage to a pdf using native c# classes? In particular, I would like my web application to convert a web page to a pdf file on the fly and present it as a downloadable document and not store it on the server. I'm working within a shared hosting environment so using non-native libraries is not possible. It is relatively easy to do an asp.net web page /word document conversion although it doesn't work across all browsers and not on a MAC.