Posted by Kevin Davis on 11/09/07 22:20
Hello,
I'm seem to be having some problems with sending output to PDF. The
error message is that I'm getting is the following:
Adobe Reader could not open *****.pdf because it is either not a
supported file type or because the file has been damaged.
What I'm using for to send output to pdf is the following:
header("Content-Type: application/pdf");
header("Content-disposition: attachment; filename=reports.pdf");
header("Cache-Control: ");
Thanks!
Kevin Davis
[Back to original message]
|