我正在将html2pdf设置为具有base64编码的图像,它们不显示图像,也不显示Ñ。 我有人
一个更重要的信息是我不使用安装https://github.com/spipu/html2pdf/issues/262的安装作曲家
我尝试了链接: HTML2PDF Image Error Impossible to Load the Image
$path1 = "https://www.tekcrispy.com/wp-content/uploads/2017/12/bancos-imagenes-gratis.jpg";
$type1 = pathinfo($path1, PATHINFO_EXTENSION);
$data1 = file_get_contents($path1);
$base641 = 'data:image/' . $type1 . ';base64,' . base64_encode($data1);
<img src='$base64' width='429'>
the actual results is a pdf in blanck