Posted by Gary Hasler on 03/22/07 20:35
"K." wrote:
>
> Hello!
>
> Could you be so kind and help me with one problem I have.
>
> I would like to put an image into the table while creating PDF file. I use
> fpdf class (www.fpdf.org).
>
> I cannot find any example in internet and group archieves and www.fpdf.org
> page.
Say what? It's right there in the Manual under "Image".
Also in the tutorials--see #2.
Example:
$this->Image('logo_pb.png',10,8,33);
Navigation:
[Reply to this message]
|