Thank you for your interest, but I'm not able to find any revision on ColumnText class... I found something that seems related in MultiColumnText... Anyway I checked the line number in ColumnText class and I suppose it's correct, after line 858 (status = NO_MORE_COLUMN) the exception I suggest to introduce doesn't solve the problem but could help to understand what is happening. Leo
----- Original Message ----- From: "1T3XT info" <[email protected]> To: "Post all your questions about iText here" <[email protected]> Sent: Wednesday, December 31, 2008 11:31 AM Subject: Re: [iText-questions] Loop in ColumnText and MultiColumnText > Leo wrote: >> Hi everybody, >> I found a loop condition inside ColumnText class...it would be very >> usefull to avoid that, because it seems like nothing is going on...but >> it's looping!!! > > This was caused by the fact that your initial y value wasn't equal to > document.top(); I uploaded a (dirty) hack to the SVN repository that > solves the problem in your case, but it will take more time to find a > better solution. > -- > This answer is provided by 1T3XT BVBA > http://www.1t3xt.com/ - http://www.1t3xt.info > > ------------------------------------------------------------------------------ > _______________________________________________ > iText-questions mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/itext-questions > > Buy the iText book: http://www.1t3xt.com/docs/book.php > ------------------------------------------------------------------------------ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
