This repository has been archived by the owner on May 1, 2024. It is now read-only.
PDF file offile #14188
Unanswered
EvgenyPrikhodko
asked this question in
Q&A
PDF file offile
#14188
Replies: 1 comment
-
You have to use PDFJS for android, iOS is not needed as WebView includes the functionality. Copy the PDFJS folder to the android assets folder, then in Visual Studio, show hidden files, and include the entire folder in the project. then pass the file path to the following URI: $"file:///android_asset/pdfjs/web/viewer.html?file={Path}"; You will need a custom renderer to do all this. Note: you must download the file locally first, so you can get the file path to pass to the URI. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
How solve this task? In offline mode we must see PDF file.
WebView vs PDFJS?
Does anyone know of a nuget for this task?
Beta Was this translation helpful? Give feedback.
All reactions