javascript - Set bs64 string for pdf into PdfMake js-plugin -
on client side have bs64 string pdf files in memory. can set bs64 string pdfmake js-plugin ? because must put lot of files in 1 big file. this:
var docdefinition = { content: [ { pdf: 'data:pdf/jpeg;base64,...encodedcontent...' } }; pdfmake.createpdf(docdefinition).download('name.pdf');
or pdfmake-js have method images?
thanks answer!
wiki
Comments
Post a Comment