Re: [fw-general] Zend_Pdf::load($pdf), Exception - Unsupported PDF Version

2008-09-16 Thread Kevin McArthur
That comment is a code todo. It means that new php code will have to be added to Zend_Pdf to support. Currently, in order to get your PDF to work with Zend_Pdf, you'll have to save it to PDF version 1.6. Kevin Jonathan wrote: This is the code that is in Zend/Pdf/Parser.php if ($pdfVersion

[fw-general] Zend_Pdf::load($pdf), Exception - Unsupported PDF Version

2008-09-16 Thread Jonathan
This is the code that is in Zend/Pdf/Parser.php if ($pdfVersion < 0.9 || $pdfVersion >= 1.61) { /** * @todo * To support PDF versions 1.5 (Acrobat 6) and PDF version 1.7 (Acrobat 7) * Stream compression filter must be implemented (for compressed object streams). * Cross refer