Is is possible the ColumnText#go(true) has a tiny bug? I have a multi-line phrase that I need to simulate prior to printing to make sure it won't go off the page. Unfortunately, ColumnText#go(true) still outputs a few lines. I looked at the source for 1.4.1 ColumnText.java (v1.68) and it looks like at line 894: "if (dirty)" might have to be changed to "if (dirty && !simulate)", line you have in line 830
Thanks. Steve _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
