dompdf image not real image not readable or empty

后端 未结 4 1957
春和景丽
春和景丽 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条回答
  •  情深已故
    2021-01-29 04:53

    Setting DEBUGKEEPTEMP to true worked, but if you are paranoid, and wary of the effect of turning this on, you can also add self::$_cache=array(); to the end of class Image_Cache's clear();

提交回复
热议问题