I'm interested in using Zend_Pdf to generate our packing slips but I am not sure how to solve a couple of problems-- * What if one of the line items is too long for one line and needs to be 2 lines -- how do I know where to break the line? * What if the packing list has so many items that it needs to be 2 pages? How can I determine where to break the page?
I've looked at the documentation for Zend_Pdf but I'm not sure how to deal with these issues.
