i can able to print the modal popup data i dont want this when i click on export button directly downld to either pdf or doc format how to do it

this is my code for print written in js
i can able to print the modal popup data i dont want this when i click on export button directly downld to either pdf or doc format how to do it

this is my code for print written in js
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Naimish MakwanaPosted Mar 21, 2023, 9:07 AM
Hello Jaya,
To export modal popup data directly into a PDF or DOC format, you will need to use a library or tool that can generate PDF or DOC files from HTML content. One popular library for this purpose is jsPDF.
Use below link:
https://stackoverflow.com/a/19290964/3054222
Working example : http://jsfiddle.net/xzZ7n/4861/
Thanks
Naimish Makwna