David Kimura PRO said almost 5 years ago on Creating PDF files with WickedPDF :
In the HTML, you would wrap the two items in a div tag with a class like `new-page`. In the PDF's CSS, define the class like ``` .new-page { page-break-before: always; } ```