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

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -