AndroidPdfViewerV2
AndroidPdfViewerV2 copied to clipboard
Can I display a PDF in URL remote?
Hi, I am trying out to show a PDF from remote URL but I don't able to show it. I don't know why. Any ideas?. I have the following code:
val uri = Uri.parse(url)
pdfView.fromUri(uri)
Regards
Its not allowed yet.