Op 4/01/2011 17:52, Dave Shevett schreef:
> It's weird, this is only happening when the 'block' section is 
> triggered - what I"m thinking is that the columnText is pushing all 
> the rest of hte content off the 'page', as opposed to overlaying it?
>
> I'm fishing here :(
OK, my first guess was wrong, but now I see something else that is fishy:
you're nesting text blocks!
You have a BT (beginText()) and an ET (endText()).
In between, you add another BT and ET by using ColumnText.
You shouldn't do that!

Replace ALL your beginText(), setFontAndSize(), showTextAligned(), 
endText() sequences,
by one single ColumnText.showTextAligned() and your problem will be solved.


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

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

Reply via email to