Markus Schwab wrote:
> Hi
>
> In the example below the method fitsPage() seems not
> to work correctly. Has anyone an idea why fitsPage
> still returns true even end of page is already
> reached?
I've reproduced the problem, but it's beyond fixing.
I may even decide to remove all the fitsTable me
Hi
In the example below the method fitsPage() seems not
to work correctly. Has anyone an idea why fitsPage
still returns true even end of page is already
reached?
Best regards
Markus
Font arial7=FontFactory.getFont("Arial",
BaseFont.WINANSI, 7);
Document document=new Document(PageSize.A4, 83,
--
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On
> > Behalf Of Christian Lauer
> > Sent: Friday, September 24, 2004 12:10 AM
> > To: iText Mailing List
> > Subject: [iText-questions] Problem with fitsPage for PdfPTables
> >
> > Hi
Friday, September 24, 2004 12:10 AM
> To: iText Mailing List
> Subject: [iText-questions] Problem with fitsPage for PdfPTables
>
> Hi Paulo,
>
> it seems there's a problem with the PdfWriter.fitsPage method for
> PdfPTables has a little bug. The attached JAVA program creates
Hi Paulo,
it seems there's a problem with the PdfWriter.fitsPage method for
PdfPTables has a little bug. The attached JAVA program creates a table
that should be kept together on one page. To do this it calls the
fitsPage method of the PdfWriter to check the remaining space at the
current page. In