Hi,
I have a rich text editor which I use to create templates that will end up as PDF's. Is there a piece of code that I can use to let the pdf generator make a page break?
The css class 'page-break-after: always;' doesn't work when I try to insert it as data via the rich text editor. Maybe I'm doing something wrong here.
Also the page break you can use in the CKEditor is not accepted by the pdf generator.