Dompdf remote image is not displaying in pdf

后端 未结 17 2236
臣服心动
臣服心动 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:18

    There are two things to take care of.

    1. If using image from same server then use full directory path e.g. /var/www/html/project_folder/images/logo.jpg

    2. List item Use JPEG image instead of png or other types.

提交回复
热议问题