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 < 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 reference streams must be implemented
    */
throw new Zend_Pdf_Exception(sprintf('Unsupported PDF version. Zend_Pdf supports PDF 1.0-1.4. Current version - \'%f\'', $pdfVersion));
}


I have a form that is version 1.7, created with Acrobat 8. Can anyone explain how to implement the "Stream Compression Filter" that the doc says to above?



Thank you kindly for any assistance.






--

Kevin McArthur

StormTide Digital Studios Inc.
Author of the recently published book, "Pro PHP"
http://www.stormtide.ca

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to