hi i want to include images to pfd files that i create using cezpdf library. the following is my code:
$image=$this->cezpdf->ezImage(site_url("system/images/logo.jpg"));
$this->cezpdf->ezImage( $image,0,0,320 );
but it fails to load the image.can sobebody help me on this?