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?
I tried using react-pdf, html2canvas, jspdf but none of worked as expected.
Using these libraries are giving bad aspect ratios. Sometimes the content gets cut from the end of the page and many more problems.
I am looking for a genuine answer which would help me.!
Aditya Paul is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.