How to list pdf files present in a device? #4112
Unanswered
GAGANsinghmsitece
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Using Filesystem plugin you can read a folder content, but if you want to scan the whole device for pdf files you'll have to do it recursively for every FilesystemDirectory type. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm creating a PDF reader using capacitor. When the app starts, I want to show a list of pdf which are currently present on the device of user(whether it's internal or external storage) so that user can select which pdf to open by clicking on it, but I'm unable to retrieve such list. How can I achieve that?
Beta Was this translation helpful? Give feedback.
All reactions