Re: [iText-questions] Problem with fitsPage

2007-01-19 Thread Bruno Lowagie (iText)
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

[iText-questions] Problem with fitsPage

2007-01-18 Thread Markus Schwab
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,

RE: [iText-questions] Problem with fitsPage for PdfPTables

2004-09-25 Thread Christian Lauer
-- > > 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

RE: [iText-questions] Problem with fitsPage for PdfPTables

2004-09-24 Thread Paulo Soares
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

[iText-questions] Problem with fitsPage for PdfPTables

2004-09-23 Thread Christian Lauer
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