When we put in the tag div on line 50 in the pdf-1.html the inline style "display: table". Then the page-break-before is ignored. The table is not placed on the next page. While we indicate this on line 52 of the file.
See the pdf file pdf-1.pdf.
In the file pdf-2.html we have removed display table. The table is then placed on the next page. See pdf file pdf-2.pdf.
How can we fix this problem? We need the display: table on line 50 of the html file.
See the pdf file pdf-1.pdf.
In the file pdf-2.html we have removed display table. The table is then placed on the next page. See pdf file pdf-2.pdf.
How can we fix this problem? We need the display: table on line 50 of the html file.