[eluser]Avijit[/eluser]
Thanks Barzo for your reply.
I gave the full path like below...
$this->cezpdf->ezImage(’http://abc.com/image/ah.jpeg’);
and
$this->cezpdf->ezImage( PHYCAL_PATH.’/image/ah.jpeg’);
Nothing work and what I found in PDF class file that the ezImage function open the file in 'rb' mode and try to read this, it failed to read the file and falls in infinite loop.