DImuthuUpe / AndroidPdfViewer

Android view for displaying PDFs rendered with PdfiumAndroid
Apache License 2.0
8.11k stars 1.88k forks source link

pdf is not loading which stored in firebase storage #529

Open shaktipm opened 6 years ago

shaktipm commented 6 years ago

I want to load a pdf url from firebase storage in my android app using this library. But it's showing blank screen .

How to solve this ?

1stmetro commented 6 years ago

You would have to download the pdf local and then open it, remove storage is not supported.