vikrambalye / dompdf

Automatically exported from code.google.com/p/dompdf
0 stars 0 forks source link

Image won't render #371

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using the DEMO Image.html
2. Converts it to PDF
3. When opening getting error message

What is the expected output? What do you see instead?

I should be seeing a PDF with a image inside it.   But I get the following 
error:

"Adobe Reader could not open 'dompdf_out.pdf' because it is either not a 
supported file type or because the file has been damaged (for example, it was 
sent as an email attachment and wasn't correctly decoded)

What version of the product are you using? On what operating system?

Latest version of dompdf

Adobe Reader 9.4.6

Windows XP SP 3

Please provide any additional information below.

Original issue reported on code.google.com by dmichael...@gmail.com on 24 Oct 2011 at 8:45

GoogleCodeExporter commented 9 years ago
You probably have content buffering turned on and PHP is reporting a notice or 
warning. You should disable content buffering and/or set display_errors to 
false in order to avoid this particular problem.

You can see the value of the error produced by opening the PDF produced in a 
regular text editor (notepad, textedit, vi, etc.).

Original comment by eclecticgeek on 25 Oct 2011 at 12:20

GoogleCodeExporter commented 9 years ago

Original comment by eclecticgeek on 24 May 2013 at 3:00