You can't have precise positioniting and automatic table splitting. It's not
a technical question but rather a question of good sense. Where would the
table split? Where would the table be placed in the next page?
You'll have to split the table yourself. You can have a look to
PdfDocument.addPTable() and modify it to suit your positioning.

Best Regards,
Paulo Soares

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 28, 2003 19:36
Subject: [iText-questions] writeSelectedRows() and page splitting


> Hello,
>
> I would like to use writeSelectedRows() with my PdfPTable, so that I can
> specify exactly where I want to place the table on the page.  However,
> when I do and the table is too big to fit on that page, it is not
> automatically split at the end of the page.  If I use
> document.add(table), the table is automatically split, but I lose the
> ability to specify the exact location of the table. What is the best way
> to be able to specify an table insertion point and get automatic table
> splitting at the end of a page.
>
> Thanks,
> Sean
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by:
> The Definitive IT and Networking Event. Be There!
> NetWorld+Interop Las Vegas 2003 -- Register today!
> http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
> _______________________________________________
> iText-questions mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/itext-questions
>



-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to