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
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