Implementing Pdf.js In Android To Read From Sd Card
I'm trying to implement a pdf viewer for my android app which displays different pdf files which are present in the SD card. I am thinking of using the pdf.js library.I used the c
Solution 1:
Solved the issue. The app was missing READ_EXTERNAL_STORAGE
permissions.
The code can be found at: https://github.com/pauldmps/Android-pdf.js Its Apache V2 license, so feel free to use in your app.
Post a Comment for "Implementing Pdf.js In Android To Read From Sd Card"