Hi all,

I'm using iText 1.4 to generate RTF files. The problem with the generated RTF file is: I have some very large cells, and instead of spanning the cell to the next page, the extra text that doesn't fit the cell would just be cut off. Actually not cut off, the extra text is hidden - if I reduce the font size in WORD for that cell to a very small size, the hidden text would show.

What I need this to work for, is to force page breaks:
I use tables with a single cell in it. All text goes into that cell.
Such tables can be included 1 to n times in a document, separated by just two blank lines. If such a table/cell is to large to fit on one page, I want iText to do a page break.
For that purpose I'm using Cell.setCellsFitPage(true).
It works -as long as the cell is not too large to fit on entire page.
If it is to large, I would expect another page break and the cell to continue on the next page.
But this doesn't happen.

Is this a wanted behaviour? Or a bug?
B.t.w. I'm using RtfWriter2.
I found an old posting saying that this same problem once existed for the (old) RtfWriter and has been regarded a bug (and fixed).

???

Any help would be highly appreciated,
Thank you,
Thomas





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

Reply via email to