We are currently working on a project using asp.net mvc3(c#). The project requires us to implement page breaks similar to Microsoft Word. It is essential for us to save the pagebreaks with different page sizes such as a4, letter, legal, etc.
Is there a way to control the page size of content in the ckeditor and insert page breaks directly inside the editor when it surpasses a certain height or size, mimicking the functionality found in MS Word?
Are there any alternative solutions available to achieve this feature?