Re: [iText-questions] Split RTFTables dynamically based on height between pages

2008-02-27 Thread Mark Hall
Hi, the answer to your question is No and the reason is that RTF is a text-description and not a rendered format. http://itextdocs.lowagie.com/tutorial/rtf/index.php Mark On Wednesday 27 February 2008, Me Simple wrote: > Hi, > > I am creating a RTF document using IText 2.0.8 version. I am inse

[iText-questions] Split RTFTables dynamically based on height between pages

2008-02-27 Thread Me Simple
Hi, I am creating a RTF document using IText 2.0.8 version. I am inserting new RTFtables inside a loop and each RTFTable has variable number of rows. The default behaviour of iText is if the table height increases(when more rows are added dynamically) beyond the current page height, table spills