I am used zend and need to print report as in PDF and i want to draw location for image. but i can't find the solution because by i see in site i can only set size of image but can't find how to set location for image yet.
$image = Zend_Pdf_Image::imageWithPath($base."/images/logo_login.png");
$page->drawImage($image, 10, 30, 20, 50);
yes by this code i can't draw location for image. so anyone used to know a bout it , please share it to me. thanks !