dompdf image not real image not readable or empty

后端 未结 4 1924
春和景丽
春和景丽 2021-01-29 04:20

i\'m having problems with dompdf, the images i insert wont read when converted to pdf file

when i load it to dompdf using

php method



        
4条回答
  •  猫巷女王i
    2021-01-29 04:48

    I had this same problem.

    Correct it by setting the file dompdf_config.inc.php:

    def ('DEBUGKEEPTEMP', true);

    Hope this helps.

提交回复
热议问题