iafan / html2pdf

A fork of the html2pdf library (http://html2pdf.fr/en) that supports rendering different first/last header/footer
29 stars 106 forks source link

Long table rows do not split between pages #3

Open stccorp opened 10 years ago

stccorp commented 10 years ago

Hello, I am using html2pdf to create a pdf from a table. The problem: I have 3 rows. The first row fits in page 1 and takes half a page. The second row does not fit completely on page one , so the engine just moves the whole row to the next page, leaving half a page. Do you know if there is a way to make html2pdf split the content of the row between pages? If you can fix it, I am willing to contribute toward the fix. I am not using your library, I am using the original library.

Thank you

VaN-dev commented 9 years ago

Hello, didn't u find any work-around to make your long table splits ?

Luby1917 commented 6 years ago

Hello, maybe the <nobreak></nobreak> tags can help you.