Daniel Brownell wrote:
> I put my table in a column with rectangle wider than the page width,

Why do you do this???
That goes completely against the advice I gave you.
Was my advice that bad???

> But it just chops off the columns that don't fit.

This was to be expected given the fact that you
created a column that doesn't fit on the page
horizontally. Are you sure this is what you want?

> My code re-draws the table on the next page.

This is not the way you described it earlier!!!

> But i'd like it to draw only the part that was chopped off on page 1.

So if a table cell is cut into two in the middle
of a word or an image, you don't mind???
This is a very odd request.

If I were you I'd forget about ColumnText
(your initial request was very misleading),
and use the functionality to split tables
vertically. This way, the 'cut' will be
between two columns of the table. If you
really want to stick to using ColumnText
(but your question is very confusing),
you should consider adding the ColumnText
to a PdfTemplate first, then add one half
of the PdfTemplate to one page (as if it
were cut in two with scissors), and the
other half to the next page.

If this doesn't answer your question,
please rephrase it, but this time don't
assume we have psychic powers.

br,
Bruno

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to