How to create pdf in react js?
I am trying to create pdf/generate pdf of a page content in react.
There is a page in which i want to add a download button, on clicking the download button, a pdf version of the page should be downloaded.
How to do so?