Closed (won't fix)
Project:
Printer, email and PDF versions
Version:
6.x-1.10
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2010 at 06:32 UTC
Updated:
11 Sep 2012 at 21:24 UTC
Jump to comment: Most recent file
Comments
Comment #1
jcnventuraAre you using TCPDF, dompdf or wkhtmltopdf?
João
Comment #2
Devaraj commentedI am using dompdf
Thanks
Devaraj
Comment #3
jcnventuraIt seems that dompdf doesn't support it (and may take a while to do it): http://groups.google.com/group/dompdf/browse_thread/thread/d0560edc58ed6...
I would advise that you try wkhtmltopdf.
João
Comment #4
jcnventuraNo further info in more than two weeks. Closing the issue.
Comment #5
yjk commentedFor users of dompdf, creating a copy instead of a clone in lib/class.pdf.php line 4971 should fix this:
//$alpha_channel = clone $imagick;
$alpha_channel = new Imagick($file);
$alpha_channel->setFormat('png');
Comment #6
jcnventuraPlease report this in the dompdf issue queue (http://code.google.com/p/dompdf/issues/list), not here. I can't fix dompdf.