Re: PinPDF creates blank output page

pinPDF

PinPDF creates blank output page


jcorning 06-12-2010, 5:43
I've just upgraded my ASP.NET application to the .NET 2.0 framework. I purchased and installed pinPDF 2.0 and didn't see anywhere to indicate that I was running under the newer framework. When I run locally on my development PC the PDF files are created as expected. But when I deploy to my web server the process runs without reporting an error but the PDF file is blank.

Any ideas?

Re: PinPDF creates blank output page


jcorning 06-17-2010, 12:48
It looks like the problem was the javascript functions that were in the web page I was trying to render with PinPDF. When I removed the javascript, the page rendered correctly.