Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter Community Voice - Generating PDF files using CodeIgniter
#57

[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.


Messages In This Thread
CodeIgniter Community Voice - Generating PDF files using CodeIgniter - by El Forum - 07-23-2011, 10:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB