Hi, Some time ago I used great iText library to implement report module for our costumer. Till now almost everything works fine, but now there exists a need to grow up one of displayed fileds to 4000 chars. Unfortunately when filed is filled up with so much amount of data the cell that contains data doesn't fit into one page. In PdfPTable (wich is used to generate this report) I found following description:
'This is a table that can be put at an absolute position but can also be added to the document as the class Table. In the last case when crossing pages the table always break at full rows; if a row is bigger than the page it is dropped silently to avoid infinite loops.' Is there any way to avoid this constraint of PdfPTable and split PdfPCell between to pages ? How to solve this problem ? -- best regards Grzegorz Kucner ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
