2
Answers

Converting asp.net web page to downloadable pdf file

Craig Davis

Craig Davis

14y
2.2k
1
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.
Answers (2)
0
Sakthikumar Thanavel

Sakthikumar Thanavel

NA 1.2k 99.7k 9y
Generally, The web application does not have the rights to access the local file system for security reason. In my point of view i think, it is not possible.