PHP - Insert database image in pdf generated via fpdf

Asked

Viewed 568 times

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);

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.