I am asking this question in the C# Language Category, understanding it may better belong elsewhere.
We have written a web app for a customer that generates a pdf from an aspx page using wkhtmltopdf.exe. It works fine in dev, saving the file to pdf as it should. When I publish it to the customer's server the pdf will not generate. I have exhausted all of my local resources to resolve this matter.
Has anyone seen similar behavior?
Rodney JohnsonPosted Jun 18, 2014, 9:04 AM
Rahul PrasadPosted Jun 18, 2014, 4:35 AM
maybe you need to use any other .NET PDF control that not only enables you to generate PDF file from aspe page on web application ,but also allows you open and read PDF file without installing Adobe PDF Reader on users' machine.
I googled around and found free .NET PDFconverter suitable for this case. Hope this helps.
Regards.