Dompdf remote image is not displaying in pdf

后端 未结 17 2229
臣服心动
臣服心动 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 issue with images, and my solution was:

    getcwd().'path/to/image'
    

    It works for me!

提交回复
热议问题