Hi, I was wondering if anyone has any experience with Cezpdf class to create pdf documents from php. I have a pdf report that prints date headings using the ezText method and then a table (using ezTable method) listing rows of data for that date. What I'm having trouble with is how to group the date text and the corresponding table rows together on one page. At the moment I have a situation where the date text prints at the bottom of a page, then one row from the corresponding table, then there is a page break and then the table rows resume on the next page, but without a date heading. Is there any way to group things and control when a page break occurs using Cezpdf? A.