Sabarinathan Arthanari

Results 7 comments of Sabarinathan Arthanari

I am also facing a similar issue. I used the technique from the gist https://gist.github.com/theinvensi/e1aacc43bb5a3d852e2e85b08cf85c8a

Chrome supports repeated table headers for print media. This is enabled if the th has break-inside:avoid, and can be disabled with break:inside: auto. See https://codereview.chromium.org/2021703002/#ps20001

The PR https://github.com/pagedjs/pagedjs/pull/162 fixed the page break issue while repeating the thead for my scenario. The gist is repeating the thead and colgroup as well. The sample screenshot is here...

Hi @fchasen, Anything can I help to complete this pull request?

This is good suggestion. Yes I noticed the same issue in my library https://github.com/tmasabari/AptTecReports ![image](https://github.com/pagedjs/pagedjs/assets/3268355/473693b5-b73e-4ddc-930d-28e97662712a)

Issue 2 set offset = -1 when the textBreak could not identify the word break. earlier it was range= undefiend, it created a infinite loop in certain scenarios. So just...

The PR https://github.com/pagedjs/pagedjs/pull/162 fixes this issue as well.