Hi, I have a PDF table that can contain large chunks of text so I set the "SplitLate" to false so all of that text can be seen, but it seems this causes a side effect that it DOESN'T split text that goes on past the end of the page and place it on the next page. If I set "SplitLate" to true, then the big texts don't get displayed at all.
Example PDF: http://rveach.romhack.org/Report.pdf http://rveach.romhack.org/Report.pdf Code: http://rveach.romhack.org/BasePDFReport.java http://rveach.romhack.org/BasePDFReport.java One example I saw http://itext-general.2136553.n4.nabble.com/Issue-with-large-cell-td2155966.html here , split the text into multiple phrases, but this causes each phrase to be on a new line. If I were to do this, I would need to calculate how much of each section of text can fit on the line when creating the cell, otherwise i would either have too many lines or not use up all the cell width. Is there anyway to fix this? Thanks. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Text-Running-on-in-Table-with-SplitLate-tp3549859p3549859.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ vRanger cuts backup time in half-while increasing security. With the market-leading solution for virtual backup and recovery, you get blazing-fast, flexible, and affordable data protection. Download your free trial now. http://p.sf.net/sfu/quest-d2dcopy1 _______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php