Hi bot Im using dompdf. In generating pdf in my local. The image is showing but when I add it on test server. The image is not loaded in exported pdf. The image path is correct and its show when I print_r() the $html.
Here is my code.
$dompdf = new DOMPDF();
$options =...