A
Aaron
I'm having a problem with IText MultiColumnText object in java when I
set the height as part of the constructor. For example, I do:
MultiColumnText mct = new MultiColumnText(400f);
and this should result in there being plenty of space at the bottom of
each page, and there is, but there is only a SINGLE page of output
produced by this. Not the 70+ pages which result when I do:
MultiColumnText mct = new MultiColumnText();
The reason I am trying to set the height is I have a footer on the
document that the height seems of which almost seems to be ignored as
some of the columns end up with text covering the footer that I have.
Any help or ideas would be greatly appreciated!
--Aaron
set the height as part of the constructor. For example, I do:
MultiColumnText mct = new MultiColumnText(400f);
and this should result in there being plenty of space at the bottom of
each page, and there is, but there is only a SINGLE page of output
produced by this. Not the 70+ pages which result when I do:
MultiColumnText mct = new MultiColumnText();
The reason I am trying to set the height is I have a footer on the
document that the height seems of which almost seems to be ignored as
some of the columns end up with text covering the footer that I have.
Any help or ideas would be greatly appreciated!
--Aaron