I print a html site with the QWebEnginePage to pdf. I have big Tables. But after a page break, it looks like this:
I´ve tried some varients with css like: Link1 Link2. But every time it looks like the Image.
Is there any method to display the table like:
<table> <--- same table
| header1 | header2 | header3 |
-------------------------------
| a | b | c |
| a | b | c |
| a | b | c |
pagebreak
| header1 | header2 | header3 |
-------------------------------
| a | b | c |
| a | b | c |
| a | b | c |
</table>