Hi ,
I am using ColumnText and PdfPtable. I am adding large number of PdfPtables
to ColumnText , each one  for each record from DB. The table height may vary
,and I dont want my table to be split across columns and also pages. I have
tried the following options :
1.table.setKeepTogather(true);
2.table.setSpiltRows(false);
3. Putting this table in a new table and then adding the new table to
ColumnText.
None of them worked as I wanted. The first two options check for page
splitting only, but I tried to see whether they solve my problem. 
If there is any other option , please let me know.

Thanks and Regards,
iText User






-- 
View this message in context: 
http://www.nabble.com/PdfPTable-splitting-columns-tf4333540.html#a12342135
Sent from the iText - General mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
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