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?
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?
Try this : http://jspdf.com/ It is a HTML5 JavaScript PDF generation library.