[fw-general] Re: Crappy Thumbnails from generated pdf

2011-03-04 Thread student
Hey, that sounds like an approach to follow. I'll see. Thanks a lot for your information. Regards student Am 04.03.2011 12:05, schrieb Simon Walter [via Zend Framework Community]: > On 03/03/2011 12:24 AM, Stefan Riffert wrote: > > > Hello HTH, > > > > Unfortunat

[fw-general] Re: Crappy Thumbnails from generated pdf

2011-03-01 Thread student
= Zend_Pdf_Image::imageWithPath($imgCmyk); $page->drawImage($img, $left, $bottom, $right, $top); This problem occured 10 min ago. That is why this question comes so late. Regards and thanks student Am 01.03.2011 15:19, schrieb Jonathan Maron [via Zend Framework Community]: > Hello S

[fw-general] Re: Crappy Thumbnails from generated pdf

2011-03-01 Thread student
is to write the data as text into an existing pdf for the moment. Or am I wrong? Regards student Am 01.03.2011 13:15, schrieb Jonathan Maron [via Zend Framework Community]: > Hello Student > > Looking at the sample code that you provide, it looks like you are > doing some basi

[fw-general] Crappy Thumbnails from generated pdf

2011-03-01 Thread student
t shows some generated thumbnails: https://printportal.la-well.de/thumbs.php I dont know if I am in the right place here. Please let me know, if you have any hints or solutions to it. Regards student -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/

[fw-general] Zend_PDF: Fond encoding is not supported

2010-11-11 Thread student
Hello, I´m using Zend_pdf to load pdf files and modify them in order to add some text. For this reason I followed your tutorial to extract the font from this existing pdf to write the new text in the right font: ... $font = $this->extractFont($fontName); $page->setFont($extFont, $fontSize); $p