ivmarcos/react-to-pdf

Text is breaking when it goes to new page

Opened this issue · 2 comments

image

Is any one know how to fix this

Test with react in production mode. I faced some issues related to image and text size, I tested in production it was gone.

Hi. Did you solve this? I had the same issue. Add <table> and <thead> around your code and add borderBottom: "10px solid transparent" to the <thead>. Add the option page: margin: Margin.SMALL .This worked for me.