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
I had this same problem.
Correct it by setting the file dompdf_config.inc.php:
dompdf_config.inc.php
def ('DEBUGKEEPTEMP', true);
Hope this helps.