I build an Ionic 3 app and I want to display a preview of an base64 encoded file.
I first try to use this plugin : https://www.npmjs.com/package/ng2-pdf-viewer
It worked at the beginning but today my PDF doesn't appear anymore. Maybe because dependecies are out of date. Whatever, this plugin doesn't give me a satisfactory preview.
Now I find this : https://ionicframework.com/docs/native/base64/
But the problem is that I can't use Base64 with this plugin.
I really don't know what I can do to solve this problem. Someone have a solution ?