Paulo:
1. How do I retrieve the remaining/unprinted text from ColumnText after ct.go() returned NO_MORE_COLUMN. (Because after the first part of text was fit into the fixed size column on first page, I need to use left over text for later in document)
Call go() again.
I asked the question in an unclear way.
What I need is a string representation of what is left in ColumnText object?
I found a way to do what I need without that functionallity, but it remains a usefull thing for me if I could get it.
2. Can I use ColumnText in PdfTemplate? I tried to open ColumText on the template itself, on cb, and on under cb, and nothing worked, ie no text entered in column in template was shown?
Of course it works. How are you calling it?
When I tried to simplify my code to only display the problem I discovered that positioning simpleColumn inside template is relative to that template, not to document.
I was placing column essentially outside the temlpate because I was using positioning relative to document.
So that works, and it actually makes sense the way it is.
Again thanks for time, and I am preparing a list of new questions to ask during next week, hopefully they will be 'smarter', better prepared.
Regards,
Damjan
_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail
------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
