Hi.
In your PDFProcessing component you have the possibility as shown on this page, to add manual page breaks using CSS classes.
I am using the drawDOM and exportPDF functionalities similar to what is shown here to generate a Base64String of my pages and then push that string directly to a PDFViewer instance so I can generate a PDF on the fly and show it in the viewer. The question is if there is a simliar functionality to add manual page breaks as with the PDFProcessing component if I generate the PDF on the fly?
To show what I've done, I have put my code here.
Thanks for any help.
Greetings,
Bernd