Tejas Patel
Tejas Patel

Reputation: 117

How to generate PDF using HTML5 and JavaScript

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

Answers (1)

abhishekp
abhishekp

Reputation: 69

Try this : http://jspdf.com/ It is a HTML5 JavaScript PDF generation library.

Upvotes: 6

Related Questions