I'm using the fpdf system to generate pdf files through an html form. But I would like to insert an image in the pdf that is up in the mysql database.
The synthesis to insert image in the pdf is:
$pdf->Image('logo.png',18,13,33);
I'm using the fpdf system to generate pdf files through an html form. But I would like to insert an image in the pdf that is up in the mysql database.
The synthesis to insert image in the pdf is:
$pdf->Image('logo.png',18,13,33);