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
- 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
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