You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am generating a pdf starting from an HTML template containing a table.
Currently, my issue is about how to interrupt the table row before the end of the page or In general how to interrupt the page and go to the next.
I've already tried to use some CSS selectors such as page-break-before, page-break-after Etc... but none of them seem to work well.
Is there any special syntax for this package to force the breaking?
I know this package is deprecated, but I hope you can help me out.
Thanks a lot
The text was updated successfully, but these errors were encountered:
I noticed that the margin was going to the pages towards the end of the file. To resolve this, I calculated the number of pixels each page occupies. Based on the number of elements on my table.
Hello,
I am generating a pdf starting from an HTML template containing a table.
Currently, my issue is about how to interrupt the table row before the end of the page or In general how to interrupt the page and go to the next.
I've already tried to use some CSS selectors such as
page-break-before
,page-break-after
Etc... but none of them seem to work well.Is there any special syntax for this package to force the breaking?
I know this package is deprecated, but I hope you can help me out.
Thanks a lot
The text was updated successfully, but these errors were encountered: