page breaking in React to create pdf

1.5k Views Asked by At

I am generating pdf using react-to-print library,

But i want to break the page in new page,

There is css property break-after:always, it can work, but not all major browser supports it now,

Anyone know any other method then brute force margin ?

Working with pdf is hard, specially css part.

https://www.npmjs.com/package/react-to-print

https://developer.mozilla.org/en-US/docs/Web/CSS/break-after

1

There are 1 best solutions below

0
On

I would like to recommend to use React PDF npm library. Please check https://react-pdf.org