Hi everyone, I decided to use ZF for a reporting system that generates PDF documents. It's really great piece of code in general but IMHO there should be some notice in documentation about the state of the Pdf module. It's missing a lot of features, I believe it's lagging behind the rest of the Framework. I already implemented some of my own stuff to draw tables, align text etc. But now I missing functionality to draw URLs and there's more. Also Zend_Pdf_Page::rawWrite() is missing implementation. So there's no way to code around it without modifying the class.
I know there are plans to implement those things, but IMHO there should be a warning in the manual to keep people aware about stuff they'll won't be able to do with Zend_Pdf, so they can review it more thoroughly before starting a project. Is there any timeline to make this module more usable? Do you look for contributors to help with it? Cheers Karol -- View this message in context: http://www.nabble.com/The-state-of-Zend_Pdf-tf3797293s16154.html#a10741066 Sent from the Zend Framework mailing list archive at Nabble.com.
