mPDF 5.7.1 - image displays as a broken [x]

后端 未结 11 1253
没有蜡笔的小新
没有蜡笔的小新 2020-12-29 05:59

I have a small issue with mPDF (version 5.7.1).

This code should generate PDF with image file:

 $mpdf = new mPDF();
 $html = \'

        
11条回答
  •  时光取名叫无心
    2020-12-29 06:33

    I have encountered the same problem after migrating the script.

    The problem was, that the tmp directory inside the mpdf folder was not writable. I hope it helps someone.

提交回复
热议问题