Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== pdf output issues ====== ===== Browser displays pdf data as text ===== * see [[pdf_http_headers]] If the pdf content still displays as text, you may be outputting data before the header function sets the content type. This happened on a project where the passthru function was being used, and other class files were required. One of the class files had an extra line after the last php tag, so that blank line was output and the browser sent a header for text/html. docs/programming/php/pdf_output_issues.txt Last modified: 2009/01/06 10:07by billh