You can use getDataUrl with something like pdfMake.createPdf(docDefinition).getDataUrl(function(url) { alert('your pdf is done'); });. You ...
確定! 回上一頁