Send pdf to database after window.print() in javascript
I am dynamically generating an invoice. I make essential functions and design for printing the invoice. But I want to get the pdf file for sending it to database.
How can I achieve this with pure js.