ColumnText#go(true) bug
- From: Steven Buschman <sbusch (at) buschman.org>
- Date: Tue, 20 Jun 2006 09:09:04 -0400
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
iText-questions (at) lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions