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 think you could add this
private function change_url_image($data, $url) { $str = $url; //for example "http://localhost/yoursite/"; $str2 = str_replace($str, "", $data); return $str2; }
to change url for image