Creating PDFs

Found another problem creating PDFs with FPDF.

It works in Chrome and IE 9 running on localhost.

If I compile it into ExeOutput with Chromium it works.

Compiling with IE engine it doesn’t work!

Turned on all the debugging options, no error messages, just the standard IE message “This program cannot display the webpage”.

What’s going on? Why would it work in IE 9, but not in the compiled app? Suggestions for how to debug this?

Did you try the sample available at: http://www.exeoutput.com/samples.php#PDF
If you are using your own code, it will be difficult to help you without seeing it.