kartik-v / yii2-mpdf

A Yii2 wrapper component for the mPDF library which generates PDF files from UTF-8 encoded HTML.
http://demos.krajee.com/mpdf
Other
161 stars 150 forks source link

image not show #124

Closed vitatheresia closed 2 months ago

vitatheresia commented 2 years ago

var

Pilihan Tema <?php foreach ($list_tema as $item_tema) { ?>
<?php var_dump($item_tema->tem_gambar);?> <?= $item_tema->tem_nama; ?> <?php } ?>

RafikiSmurfJr7 commented 2 months ago

@vitatheresia did you find a solution?

kartik-v commented 2 months ago

This is a mPDF library need and you may want to cross check MPDF documentation. You may need the image conversion extension i.e. PHP GD extension or similar to embed images - check this post on SFO