@anespa hello, with a super quick look, i’d say this is what makes your code fails:
let blobPdf = this.b64toBlob(base64pdf, ‘application/pdf’,512);
… you need to have a better function for base64toPDF, it looks buggy.
Regards,
@anespa hello, with a super quick look, i’d say this is what makes your code fails:
let blobPdf = this.b64toBlob(base64pdf, ‘application/pdf’,512);
… you need to have a better function for base64toPDF, it looks buggy.
Regards,