Dompdf remote image is not displaying in pdf

后端 未结 17 2226
臣服心动
臣服心动 2020-12-09 17:28

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

17条回答
  •  时光取名叫无心
    2020-12-09 18:11

    I had the same problem, dompdf image not found on live server

    I found its solution, you just need to double check the image path,

    Considering your live server image path

    
    

    You just need to change it to,

    
    

    Note: Make sure that, all settings are same as you have already made.

    I hope this will help you.

提交回复
热议问题