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
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-afterEtc... 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