Hi, I have a few problems with Zend_Pdf and I don't know how to solve them or if it is possible at all to solve them with the current implementation of Zend_Pdf.
- I want to convert html lists (ordered und unordered) to place them into a Zend_Pdf document - I want to convert inline <strong> and <em> Tags into bold or italic fonts - I want to be able to habe a text centered or right-aligned When using long texts I already wrote a method to break this up into lines. I have no problem with writing more special methods for the following but have no idea where to start! Does anyone have any hint for me? Thanks and best regards, Ralf
