vikrambalye / dompdf

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

Dynamically Generated PNG Not Working #324

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
First, thank you for all your hard work and amazing contributions to the open 
source community!

What steps will reproduce the problem?
1.  Generating a barcode using IMAGE_BARCODE pear extension and it generates 
png image.  Have referenced it directly and embedded in PHP, neither way works 
in version 0.6 B2.  Have checked to make sure that it is correctly calling the 
URL and it calls the url, but uses the image unavailable place holder.  I've 
verified URL's and everything, no image.  

However, Version 0.5.2 works fine with the dynamic image.

Using tag <img src="http://mydomain.com/123456789/barcode.png" />.  Calling any 
static images at that path or via relative path are working fine.  However, the 
dynamically created one, no go.

Original issue reported on code.google.com by bo...@indesignfirm.com on 12 Jul 2011 at 4:09

GoogleCodeExporter commented 9 years ago
Is DOMPDF_ENABLE_REMOTE set to true? Also check that your web server has 
read/write permissions on the path specified by DOMPDF_TEMP_DIR. Any PHP errors?

Finally, can you provide a URL for one of the barcode images, or attach it to 
this issue. There's always a possibility that something about the issue is 
causing problems for DOMPDF. There have been some changes to image handling 
since 0.5.x.

Original comment by eclecticgeek on 13 Jul 2011 at 3:27

GoogleCodeExporter commented 9 years ago
We'll reopen if we have more info from the OP.

Original comment by fabien.menager on 12 Jan 2012 at 8:24

GoogleCodeExporter commented 9 years ago

Original comment by eclecticgeek on 30 May 2013 at 5:16