ivmarcos/react-to-pdf

Line cutoff between pages

Supcar27 opened this issue · 5 comments

I just started playing around with this library it looks cool but i ran into the following issue when the content is large enough and a new page is created the line gets cutoff,

here's a screenshot of this

Screenshot 2024-04-02 155824

i did see in jsPdf github issues here that this can be resolved by passing

autoPaging: "text"

im just not sure where i would do that here, and if thats really the answer

Very relevant for me as well

This is relevant for me too.

same. There's no way to control a page break which is probably crucial to a lot of people. It can cut between words or images.