Martijn Jasperse
Martijn Jasperse
I have some ideas for how to handle rendering a long cell across multiple pages, although I see the potential for a lot of edge cases where the desired behaviour...
Since `multi_cell` already computes line breaks with word wrapping as part of the first layout pass, my idea was to use that to return the page break locations and recompute...
@shoaib-moeen you can give it a try! My simple idea broke rather quickly on the test suite because of scenarios like table cells with multiple "overflowing" cells, or images. If...
Hi, this behaviour was intentional. My original use-case required cells with a background color, but a filled padding margin was required at the bottom of the page otherwise the report...