I have requirement to write pdf to phone storage using Phonegap, but phonegap only supports text writting in file. I have base64
string which contains pdf doc, and I want to save it to Phonestorage. I have tried to convert base64
to utf-8
using atob function and then write it to pdf, but it is not also working.
Is there something else that I should try? or is there any plugin available?
Any help would be appreciated.