Hi Eric, According to the manual, "Zend_Pdf module is a PDF (Portable Document Format) manipulation engine written entirely in PHP 5." The key word here being "entirely".
That said, if you want to use Flate compression, it currently requires ext/zlib. However, compression is not required to use Zend_Pdf. -Matt On Sun, Oct 26, 2008 at 4:47 AM, Eric Roge <[EMAIL PROTECTED]> wrote: > > Hello, > > I'm starting a new project - some kind of invoice generator - where the pdf > generation will have a critical importance. > > As I want to use http://www.mediatemple.net/webhosting/gs/features/ my > shared server hosted by media temple , I can't install anything on my > production server. > > The Zend_pdf seems perfect for my needs, but does it require the > installation of some extra library, like the > http://fr2.php.net/manual/en/book.pdf.php pecl one ? > -- > View this message in context: > http://www.nabble.com/Does-the-Zend_pdf-component-require-some-extra-installation---tp20172585p20172585.html > Sent from the Zend Framework mailing list archive at Nabble.com. > >
