Re: [iText-questions] PdfPTable and KeepTogether

2005-04-11 Thread Brendan Fagan
Ahhh... nevermind... wrote this: public void pageCheck(Document document,PdfWriter writer,PdfPTable ptable) throws Exception { if (! writer.fitsPage(ptable)) { document.newPage(); } document.add(ptable); } pageCheck(bufdocument,bufwriter,W10WidgetFactory.c

[iText-questions] PdfPTable and KeepTogether

2005-04-11 Thread Brendan Fagan
Has anyone come up with a solution for keeping PdfPTables together over pages? I tried (unsuccessfully) to wrap the PdfPTables that I have in Table class. I also tried setSplitRows(false). I'm using iText 1.3. --- Confidentiality Notice This e-mail me