Can someone recommend some ASP.NET-compatible PDF components that work in a medium trust environment? I read that ITextSharp works well, but from ABCPdf and ASPPdf , the idea of compiling all the PDF code is very complicated. Ideally, I would like to use something like wkhtmltopdf to just convert HTML pages to PDF files (but of course this does not work in a trust environment).
As for the price: free is better, but paid solutions are out of the question.
In case I cannot find a worthy option, I can simply choose to host the web service on a separate computer on which I can run a fully trusted application, but this is definitely not optimal.
source
share