7

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?

pimvdb
  • 151,816
  • 78
  • 307
  • 352
Tejas Patel
  • 119
  • 1
  • 3
  • 8

1 Answers1

6

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

abhishekp
  • 69
  • 1
  • 3
  • 4
    Welcome to Stack Overflow! While this may theoretically answer the question, [it would be preferable](http://meta.stackexchange.com/q/8259) to include the essential parts of the answer here, and provide the link for reference. – Bill the Lizard Mar 31 '13 at 14:01