Hi all,
this is my code to insert an image in a pdf:
$this->_page1->drawImage($headerImg,$xh1,$yh1,$xh2,$yh2);
$this->_page1->drawImage($footerImg,$xf1,$yf1,$xf2,$yf2);
$this->_page2->drawImage($boxImg,$xb1, $yb1,$xb2,$yb2);
However, while the quality of the images on the server is quite good, in the
pdf itself the quality is significantly lower.
Do you have any ideas how this can happen? We take care that no scaling
takes place.
Thanks for any help!
GJ
--
View this message in context:
http://www.nabble.com/image-quality-in-zend_pdf-tp19865436p19865436.html
Sent from the Zend Framework mailing list archive at Nabble.com.