Ad Code

Html2Pdf Codeigniter Image not loading

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.

Post a Comment

0 Comments