Hello,
I created a demo and is available at:
http://www.indacoecon.ro/files/4.0/tmp/EOPdfTest.zipIn this demo I try to create a html page with one or more invoices.
The problem is that I have 2 headers per invoice.
First header has to be in the top of invoice and only once rendered.
The second header is on every page and includes the column names for the rows in the invoice.
The first header repeats all the time and the second only once.
How can I make the second header to repeat it self on every new page and the first header to be shown only once?
If I have more than one invoice, the first one will be rendered over the second invoice, even if I use "page-break-after:always;"
Small information about how an invoice has to look:
1) The invoice header has to be only once shown in the top of the first page.
2) The invoice products header has to be present on every page in the top.
3) The invoice has to be rendered on 100% of a page.
4) The invoice footer has to be rendered only once at the end of invoice (not on every page.)
If you look to my code you will see some commented areas with some ideas about how I considered to solve this situation.
Thank you for your help.
Predoni Traian