var doc = new jsPDF(); $('#generatereport').click(function() { doc. ... function you have to use doc.output function with type 'blob' as a parameter.
確定! 回上一頁