[eluser]renju[/eluser]
hi des-cec,
That is simple. See the following code I implemented.
$imgPath='images\example.jpg'; //full path of the image
$imgImage = ImageCreatefromjpeg($imgPath);// prepare image for pdf
$this->cezpdf->addImage($imgImage,$x,$y,$w,$h);// add image into the pdf.
//$x,$y x and y coordinate values(integer) $w- width, $h- height.
Actually it was a serious drawback in cezpdf. Now it is resolved.
I think it will help you.
Good Luck.