I have a simple table as below:
PdfPTable parentTable = *new* PdfPTable(1);
parentTable.getDefaultCell().setBorder(Rectangle.*NO_BORDER*);
parentTable.setTotalWidth(documentWidth);
PdfPTable customerInfoTable = *new* PdfPTable(3);
customerInfoTable.setTotalWidth(documentWidth);
First row i add to parent table is header e.g. "Customer Information"
Second row of parent table contains customerInfoTable. My problem is if my
parent info table starts at mid of page and customerInfoTable does not fit
into page left over, it gets started from next page thus leaves lots of
empty space on previous page.
Is it possible to force it start on same page, and go to next page with what
ever info is left.
Thanks
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions:
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/