I need to create a page break in the middle of a PdfPTable, I've tried 
doing things such as:

PdfPCell mycell = new PdfPCell(new Phrase(Chunk.NEXTPAGE));
mycell.setColspan(tableWidthHere);
mytable.addCell(mycell);

But it simply adds an empty box for a row and moves on on the same page. 
Is there any way to create a new page inside of a table?

Jim.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to