我正在使用 php 和 mpdf 来生成特定的 pdf。我在pdf中有一些饼图。为此,我正在使用 pChart。我正在动态生成饼图以在 pdf 中呈现。
在我的 pdf 中,所有静态图像都正确渲染,但没有动态生成的饼图。
这个(静态)有效,
<div class="chart">
<?php echo CHtml::image(Yii::app()->baseUrl.'/images/color-block2.png', 'Logo screenshot', array('class' => 'logo_image')); ?>
</div>
但不是这个(动态)
<div class="chart">
<?php echo CHtml::image(Yii::app()->baseUrl.'/images/pie.png', 'Logo screenshot', array('class' => 'logo_image')); ?>
</div>
Ps:我正在使用 Yii url 规则作为饼图的干净 url。
当我将 pdf_template 呈现为 html 时,两个图像都被正确呈现。
$mpdf->Image()
如何在没有该方法的情况下使用 mpdf 实现动态图像。
我怀疑我不能在$mpdf->Image()
从 html 生成 pdf 时使用。
更新:
后
$mPDF->showImageErrors = true;
我越来越
mPDF error: IMAGE Error (http://csrt.dev/images/pie.png): Could not find image file