Reputation: 117
I have a project in HTML5, I have used canvas in it. I want to export the content of the canvas to a PDF file.
Can anyone suggest how can I do that using either JavaScript or jQuery or any other JavaScript library?
Upvotes: 6
Views: 26134
Reputation: 69
Try this : http://jspdf.com/ It is a HTML5 JavaScript PDF generation library.
Upvotes: 6