How to use wkhtmltopdf.exe in ASP.net [duplicate]
问题 This question already has answers here : Calling wkhtmltopdf to generate PDF from HTML (11 answers) Closed 5 years ago . After 10 hours and trying 4 other HTML to PDF tools I'm about ready to explode. wkhtmltopdf sounds like an excellent solution...the problem is that I can't execute a process with enough permissions from asp.net so... Process.Start("wkhtmltopdf.exe","http://www.google.com google.pdf"); starts but doesn't do anything. Is there an easy way to either: -a) allow asp.net to start