----- Original Message -----
From: "Grzegorz Kucner" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 24, 2003 12:16
Subject: [iText-questions] problem with PdfPTable


> 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 ?

No.

> How to solve this problem ?

There's no solution with PdfPTable. You can use ColumnText and manage the
columns yourself.

Best Regards,
Paulo Soares




-------------------------------------------------------
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

Reply via email to