accepted
I solved the issue by editing dompdf_config.custom.inc.php
uncommented
define("DOMPDF_ENABLE_REMOTE", true);
Now the images are loading inside pdf. Thanks for the support.
define("DOMPDF_ENABLE_REMOTE", true);
PHP
0 Comments