|
Posted by Brad Everman on 11/30/06 17:23
This may or may not be the correct place to discuss my question; if not,
please direct me.
I am using the ezPDF library to dump the contents of a table into a PDF
with the function:
$pdf->ezTable(array_of_values);
The problem is that if the array is too large, it bleeds onto the next
page. This would be fine, but I created custom headers and footers that
appear on each page, but sometimes are covered up by the table, if that
makes any sense. The question, then, is whether or not it is posible to
automatically set the table to paginate upon reaching a certain size
(thereby not covering up the header and footer) or if I must determine the
size myself and create multiple tables.
Thanks for any help.
Navigation:
[Reply to this message]
|