On my server pdf generated via dompdf was not displaying images. Because they are remote url images.(local images are working fine) then I come to know that it needs some se
I had the same issue with images, and my solution was:
getcwd().'path/to/image'
It works for me!