Hi Dominik,
My apologies for the delayed response. I was a few weeks off due to birth leave. Did you manage to fix your print already?
Some additional things which may help you; Chrome has the option to emulate the print CSS which can help you style the page directly. This can significantly speed up the development.
By using @media print {} you can apply print specific styling. You can use this to hide certain buttons, for example. https://www.tutorialspoint.com/css/css_printing.htm
Hi Dominik,
In order to keep my answer short and to the point; did you have a look at the page-break logic in CSS? Potentially, this can help you to reach your goal.
https://stackoverflow.com/questions/1664049/can-i-force-a-page-break-in-html-printing
https://www.w3schools.com/cssref/pr_print_pageba.php
Yeah i saw this already.
But i am really not sure how to solve this problem.
For Example, i have this page
But i am not able to print it like i would.