Hi mysticza,
You fixed this issue? I have the same problem.
Thank you.
EDIT
I’ve fixed this issue. It was because i deleted all the css and applying my own css. After putting the following code is was fixed.
.content + .content {
page-break-before: always;
}