So I figured out the insertion of hard coded page breaks to generate multiple pages using a simple script. Or as kids would say these days: “Achievement unlocked”.
Now I’m trying to figure out how to automatically break page when data no longer fits on it. This is part of a larger project, where I am basically creating basic customized print formats for many paper sizes: US Letter, US Legal, US half Letter, US Junior Legal, A4, A5, A6, A7, B4, B5, B6, C4, C5, C6, Foolscap or “Oficio”, US Envelope sizes, and several others. I already have created all the CSS snippets for all these common sizes. I can render div and elements well on an individual item, and force a page Break.
[EDIT] After posting this reply, I found and tried a solution that is supposed to work wonders for automatic page breaks, yet the pages do not automatically break.