I am trying to convert canvas into pdf but i get clean white pdf in result Here is the code, I am not being able to figure out what i am missing..
function HtmlT
Try this instead:
var pdf = new jsPDF('p','pt','a4'); pdf.addHTML(document.body,function() { pdf.output('datauri'); });
See http://mrrio.github.io/jsPDF/