Hi,
I'm currently using JFreeReport 0.8.7 with a very simple java implementation to generate invoices. Everything works fine except when I have an invoice with 16 or 17 details. Those details will overlap with my pagefooter and JFreeReport doesn't put them on a new page. It seems he just looks if all the details fit on one page and then print them on one page and doesn't take the footer into consideration, so they both interfere and mix up. When I have an invoice with 18 details for example, he does the thing correctly and prints 15 details on the first page and the remaining 3 on the second page and it all looks good...
Below you find the xml from my details and footer... Anyone any ideas ? Thanks alot in advance...