I'm working with tinyMCE and needed my content paginated in A4. Since apparently this is not possible, I used the ruler plugin from here although not entirely accurate, at least serves as a guideline. But, being only a guideline, it doesn't add anything to the tinyMCE content and I need to save the content to the database divided in pages.
Is there anyway to do this automatically? Like inserting a hr every time the ruler plugin paints the threshold for the new page so I don't have to manually navigate the document and insert the break for each page?
Thank you.