php – DomPDF:图像不可读或空

由于某种原因,DomPDF将不会渲染包含在要解析的html中的图像: 但是,当返回为html时,该图像在页面上呈现: 我已经看过这些问题,并确保将DOMPDF_ENABLE_REMOTE设置为true并验证文件权限: dompdf image not real image not readable or empty Image error in DO

返回顶部