I'm showing content of a report in the body of a bootstrap modal. There is a download button in the footer. What I want is to download the html content of the modal body as a pdf or smt when the download button is clicked.
Asked
Active
Viewed 251 times
0
-
1you can use jsPDF plugin see example https://stackoverflow.com/questions/18191893/generate-pdf-from-html-in-div-using-javascript – Shahryar Mohajer Dec 07 '20 at 05:44
-
Thanks. So there is no any inbuild way to do it right? – Sahan Nimesh Dec 08 '20 at 03:31