Thank you for advice.
But setSplitLate is PdfPTable's method.
It is necessary to use RowSpan, and I have to use Table class.
(I cannot use PdfPTable this time.)

I discovered a question when I inspected a source code.(iText-2.3.1)

PdfDocument.java
(Original source code)
2636:                renderCells(ctx, row, table.hasToFitPageCells() &
atLeastOneFits);
(Edited source code)
2636:                renderCells(ctx, row, table.hasToFitPageCells() &
atLeastOneFits & !pageEmpty);

When a page is empty, is it necessary to invalidate FitPageCells=true?
I wait for an answer if possible.


2008/7/14, 1T3XT info <[EMAIL PROTECTED]>:
> ???? wrote:
> > Hi,
> > I am trying to output large cell.
> > However, the first page is blank.
> > (Please execute to a sample program.)
> > Is it possible to settle this problem?
> >
> > Thanks for your help.
>
> Please read the documentation.
> Search for setSplitLate!
> --
> This answer is provided by 1T3XT BVBA
>
> -------------------------------------------------------------------------
> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
> Studies have shown that voting for your favorite open source project,
> along with a healthy diet, reduces your potential for chronic lameness
> and boredom. Vote Now at http://www.sourceforge.net/community/cca08
> _______________________________________________
> iText-questions mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/itext-questions
>
> Do you like iText?
> Buy the iText book: http://www.1t3xt.com/docs/book.php
> Or leave a tip: https://tipit.to/itexttipjar
>

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Do you like iText?
Buy the iText book: http://www.1t3xt.com/docs/book.php
Or leave a tip: https://tipit.to/itexttipjar

Reply via email to