HTML2pdf将html转为pdf html里面图片丢失
html里面有图片
转成的pdf却没有
而我用正则将里面的图片替换出来再插入图片
$pattern="//i";
preg_match_all($pattern,$file,$match);
var_dump($match);
for($i=0;$i
preg_replace($match[0][$i], $pdf->Image($img_url, 5, 5, 200, 150,$type='',$link="",$paint=true), $file);
}
$pdf->Image($img_url, 5, 5, 200, 150,$type='',$link="",$paint=true);
出现错误
求大神指点迷津啊
------解决思路----------------------
不支持 png 的下述模式
Interlacing (交错式)
Alpha channel