How to generate PDF using HTML5 and JavaScript

I have a project in HTML5, I used the canvas in it. I want to export the contents of the canvas to a PDF file.

Can anyone suggest how I can do this using JavaScript or jQuery or any other JavaScript library?

+7
source share
1 answer

Try the following: http://jspdf.com/ This is an HTML5 JavaScript PDF library.

+7
source

All Articles