Adding an image with dompdf

前端 未结 4 1579
一整个雨季
一整个雨季 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:23

    You need to set allow_url_fopen to true and... check your DOMPDF_TEMP_DIR permissions, if DOMPDF can write to that directory.

提交回复
热议问题