>If your ColumnText object says there's still more text,
>then that's what you should do.
Thanks Bruno,
I got it to work. The problem was - I was creating a new ColumnText object
for each new page inserted using PdfStamper. However, I changed it to
continue using the old ColumnText Object but set
dayvidpow wrote:
> The problem is when I add text to columnText and then renders it using go(),
> it does not render all the text that was added to the column, because the
> column got filled up.
And you can ask the ColumnText object if there's still
more text.
> Is it possible for me to get at
I am attempting to use PdfStamper to insert new cover pages at the begin of
an Existing PDF with bookmarks, annotations, etc. There may be one or more
cover pages inserted depending on the amount of text that must be added to
the cover page(s).
I am using the following code to get a ColumnText to