Adding an image with dompdf

前端 未结 4 1583
一整个雨季
一整个雨季 2021-01-07 01:22

I\'m building a PDF with dompdf, but my pdf doesn\'t contains a specified image. I already set the value to true in dompdf_config.inc.php

4条回答
  •  一向
    一向 (楼主)
    2021-01-07 02:20

    You can always embed the image inside the PDF. That's even better because your document won't break when there's no Internet connection.

    Try it

    
    

    You can convert your images to data uri scheme using many online services.

提交回复
热议问题