pdf-l4 icon indicating copy to clipboard operation
pdf-l4 copied to clipboard

IMAGE NOT DISPLAYING ON PDF

Open alofeoluwafemi opened this issue 9 years ago • 2 comments

My image refuses to show on my pdf, and ofcourse i have set my dompdf_enable_remote to true.And below is the error it display instead of the image and i already tried your example using the laravel image, it still doesn't show :

DOMPDF_ENABLE_REMOTE is set to FALSE http://localhost:9090/assets/images/home/logo1.jpg

Please any help would be appriciated.

alofeoluwafemi avatar May 02 '15 18:05 alofeoluwafemi

This is how I go about the img tag: <img src="img/malayan.jpg">

neutt22 avatar Jun 11 '15 05:06 neutt22

go to vendor/thujohn/pdf/src/config/config.php and set DOMPDF_ENABLE_REMOTE to true

TomasNiDo avatar Aug 20 '15 05:08 TomasNiDo