raunakbinani / dompdf

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

render with img tag silently fails if php GD module isn't installed #83

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Version 0.6.0alpha2

Because many the GD methods are prefaced with @ symbol, there is no error
message given and the app just silently fails.  From the command prompt,
you get no output.  In the browser, you will get just a blank white page.

Our test was failing at lib/class.pdf.php line 4932.

We probably could have found the GD requirement in the docs, but we were
upgrading and didn't have this issue in 0.5.1.

Original issue reported on code.google.com by batssha...@gmail.com on 28 Oct 2009 at 6:22

GoogleCodeExporter commented 9 years ago
Just upgraded, too. I have GD installed, but none of the images in the HTML are 
rendered in the PDF (broken 
image icon). The exact same views rendered fine with 5.1 and 5.2. This may be 
something else.

Original comment by arefla...@gmail.com on 28 Oct 2009 at 6:31

GoogleCodeExporter commented 9 years ago
@areflagan - Our images rendered correctly as soon as we got a working GD.

Original comment by batssha...@gmail.com on 28 Oct 2009 at 6:38

GoogleCodeExporter commented 9 years ago
@areflagan this may be a bug, but should be posted under a new issue since the
problem is different. Also, you may want to post to the discussion forum first 
to get
some help with the issue and ensure that it is truly a bug. But if you're 
confident
you've found a bug please go ahead and create a new issue with a sample 
document.

Original comment by eclecticgeek on 28 Oct 2009 at 7:02

GoogleCodeExporter commented 9 years ago
Thanks. Obviously a seperate issue, then. My guess is the new $imagelist array 
in CPDF.

Original comment by arefla...@gmail.com on 28 Oct 2009 at 7:03

GoogleCodeExporter commented 9 years ago
Issue 92 has been merged into this issue.

Original comment by eclecticgeek on 18 Nov 2009 at 7:29

GoogleCodeExporter commented 9 years ago
Issue 59 has been merged into this issue.

Original comment by fabien.menager on 29 Mar 2010 at 9:44

GoogleCodeExporter commented 9 years ago
I have this problem too, the images are not rendered properly. It works with 
pdf 0.5.1 and 0.5.2 but not with 0.6.1. Didn`t do any more investigations, just 
making sure everone knows the bugs and that will  be fixed soon.

Original comment by betoaned...@gmail.com on 12 Jan 2011 at 1:06

GoogleCodeExporter commented 9 years ago
@betoanedecorativersr are you able to try the latest code from the repository 
(either via SVN access or by downloading here: http://eclecticgeek.com/dompdf/)?

Original comment by eclecticgeek on 12 Jan 2011 at 6:42

GoogleCodeExporter commented 9 years ago

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