var doc = new jsPDF(); doc.html(document.body, { callback: function (doc) { doc.save(); }, x: 10, y: 10 });