I am creating a pdf from html
require_once('tcpdf/tcpdf.php');
.....
$content .='img src="/img.png" width="50" height="50">'
$obj_pdf->writeHTML($content,true, 0, true, 0);
$obj_pdf->Output('sample.pdf', 'I');
But this error...
asked by
09.08.2018 / 21:31