I am using the PDFWriter.fitspage(PDFPTable) method to split a very large table over many pages. It seems that the more columns I am using in my table the less rows the PDFWriter will fit on a page. For example, when I have 4 columns the writer fills the page with 64 rows of data before hitting the (!writer.fitsPage(datatable)), adversely when i have 41 columns the writer goes to the (!writer.fitsPage(datatable)) after only 7 rows, leaving a large blank space at the bottom of the page. I was wondering if this is a known bug or if I am doing something stupid (which is probably the case)? P.S. Both examples are using the exact same fonts and settings.
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
