[EMAIL PROTECTED] wrote:
> Hi,
> 
> I'm new to iText and I need your help. I try to create a document with 
> several tables. I use pdfptable for that.
> Each table should come right after the previous table.
> My problem is, that a row will not be started on one page if it doesn't 
> fit on the page. If the row is too long to fit on an entire page, the 
> pagebreak within the row works, but its done on the end of the second 
> page. the row doesn't start on the first page anyway.
> What do I have to set, that the pagebreak will occure within a row and 
> not before?

Both the book and the tutorial explain that you should use
setSplitLate(false) in this case.
-- 
This answer is provided by 1T3XT BVBA

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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