Re: [iText-questions] RTF: tableFitsPAge() and lone header rows

2007-06-13 Thread Mark M. Hall
On Wednesday 13 June 2007 12:34, Bruno Lowagie (iText) wrote: > Anyway: fitsPage() wouldn't help you because RTF is not a PDL. > In PDF, the layout of each page is fixed: if you print a page > on Windows or on Linux, if you print it in Europe or the States: > it doesn't matter: a table will always

Re: [iText-questions] RTF: tableFitsPAge() and lone header rows

2007-06-13 Thread Bruno Lowagie (iText)
Hombergs, Tom wrote: > I read > something about a fitsPage() method which was apparently removed from > the API? I decided to 'undeprecate' fitsPage() because too many people are using it (I didn't know that before I deprecated it). Anyway: fitsPage() wouldn't help you because RTF is not a PDL.

[iText-questions] RTF: tableFitsPAge() and lone header rows

2007-06-13 Thread Hombergs, Tom
Hi, I'm creating RTF documents containing several tables. Each table has a header row which is to be repeated if the table spans over more than one page. This is accomplished by calling Table.setTableFitsPage(true). That's the part that works ;). The problem is that in some cases a table