1
I am using the fpdf system to generate pdf files through an html form. But I would like to insert in the pdf an image that is uploaded in the mysql database.
The sintese to insert image in pdf is:
$pdf->Image('logo.png',18,13,33);
1
I am using the fpdf system to generate pdf files through an html form. But I would like to insert in the pdf an image that is uploaded in the mysql database.
The sintese to insert image in pdf is:
$pdf->Image('logo.png',18,13,33);
Browser other questions tagged php html pdf pdf-generation fpdf
You are not signed in. Login or sign up in order to post.