I did some more trials, and here is where I am at:As
page-break-after:always; was ignored by PDFGenerator, I used a hack: I
wrapped my pages inside div's which have the height of the page, and
this seems to work. In addition I had to edit my CSS, and remove the
@media print wrapper around my print specific CSS parts, to get my print
media specific formatting inside HTML to the PDF page.I do not consider
this a solution, but more of a hack - but it might work for what we are
doing, and maybe it w...