Re: [iText-questions] Left Over Text in ColumnText AND ColumnText & templates

2004-08-15 Thread Damjan Majstorovic
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

Re: [iText-questions] Left Over Text in ColumnText AND ColumnText & templates

2004-08-14 Thread Paulo Soares
- Original Message - From: "Damjan Majstorovic" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 12, 2004 20:59 Subject: [iText-questions] Left Over Text in ColumnText AND ColumnText & templates > Hi again: > > INTRO: > The pdf

[iText-questions] Left Over Text in ColumnText AND ColumnText & templates

2004-08-12 Thread Damjan Majstorovic
Hi again: INTRO: The pdf that I am creating with iText needs to have some text (from db) shown in a column of fixed size on the first page, and left over text somewhere in document. The column on first page should have continiued at page X. 1. How do I retrieve the remaining/unprinted text from C