Hello,
We use window.print() to print an invoice. We now have the problem that sometimes we have the data of page 1 on page 2 or data from page 2 on page 1. Is it possible to set blocks fixed to page 1 and blocks fixed to page 2 when printing the page?
See the example below:
Regards,
Michel
Hi @Michel_Loriaux
I assume it depends on the viewport size/resolution and content size, and perhaps on a web browser.
I can recommend you find what exactly can affect the print and try to find a solution on StackOverflow for example
After a quick search, I found this one, maybe it can help you
Regards, Vlad