Hi everyone, I know this has been asked before but I can't find any answers other than "this is not possible".
What I want is to show/introduce page breaks automatically according to a preconfigured page size (e.g. A4) in the document.
I'm thinking something along the lines of inserting a non resizable, non removable div with its width and height set accordingly (in centimeters) and a page break after each one of these divs. I am not familiar with CKEditor's plugin's API possibilities and thus I do not know if this is even remotely possible or even if it would work fine..
One of the challenges in this would breaking text among divs of different pages when one a page filled up, and I bet there would be many others.
Has anyone done this already?