Matt White wrote:

Bruno -

Thanks for the reply. Since anonymous CVS access for projects that begin with "i" 
is down at SourceForge (see 
http://sourceforge.net/docman/display_doc.php?group_id=1&docid=2352)

So I see.
In class MultiColumnText, I added one line in this method:

   private void newPage() throws DocumentException {
       resetCurrentColumn();
       top = nextY = AUTOMATIC;
       totalHeight = 0;                          // this line was missing
       if (document != null) {
           document.newPage();
       }
   }

br,
Bruno


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to