Rick Gigger wrote:
> Yes, I was aware of those.  I don't use them because I implemented my
> own xml based solutions that has support for tables, page breaking,
> columns, full rich text support, etc.  The basic support in those two
> engines was never enough.  All I really need are the primitives to
> measure, style and draw text, and of course primitive line and shape
> drawing operations.  I have an abstraction layer that lets me swap back
> and forth between R&OS and FPDF.  My XML parser / DOM style rendering
> library handles the rest.  So I don't think it would be too hard to use
> Zend_Pdf instead.

Great! Any way of contributing your code to the community?
I just started to switch from PEAR::File_PDF to Zend_Pdf but I'm kind of 
disappointed that Zend_Pdf is still at the same spot as a year ago what 
concerns improved text functions.
I played around with Zend_Pdf_Cell presented in issue 
http://framework.zend.com/issues/browse/ZF-1254 but it does not work as 
expected (e.g. character width is not calculated correctly, center alignment is 
no real center alignment, line wrapping does not seem to work at all,...).
We all would terribly appreciate your piece of code!

Take care
Philip

Reply via email to