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