i\'m having problems with dompdf, the images i insert wont read when converted to pdf file
when i load it to dompdf using
php method
Setting DEBUGKEEPTEMP to true worked, but if you are paranoid, and wary of the effect of turning this on, you can also add self::$_cache=array(); to the end of class Image_Cache's clear();
DEBUGKEEPTEMP
self::$_cache=array();
Image_Cache's clear();