Javascript – converting base64 string to pdf in React?
I've Base64 string and want to convert into pdf. my function work for small base64 string like text Images, emojis and all but when I add images more than 50kb(not sure) base64 string then my function can't convert it base64…