ezPDF Question
- From: Brad Everman <deathdog@xxxxxxxxxxxxxxxxxxx>
- Date: Thu, 30 Nov 2006 17:23:26 +0000 (UTC)
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.
.
- Follow-Ups:
- Re: ezPDF Question
- From: Thomas Mlynarczyk
- Re: ezPDF Question
- From: Thomas Mlynarczyk
- Re: ezPDF Question
- Prev by Date: Re: -> PHP4 Singleton implementation question <-
- Next by Date: Re: is lisp better than php?
- Previous by thread: are sexy urls in administrative apps useful?
- Next by thread: Re: ezPDF Question
- Index(es):
Relevant Pages
|