tecnickcom / TCPDF

Official clone of PHP library to generate PDF documents and barcodes
https://tcpdf.org
Other
4.18k stars 1.51k forks source link

Image will not show in TCPDF using $pdf->writeHTML($html, true, false, true, false, ''); #739

Open mariawolfe opened 1 month ago

mariawolfe commented 1 month ago

Hi we are trying to use an image in a pdf we are making with TCPDF

We have: $pdf->writeHTML($html, true, false, true, false, '');

in html we added the image: