AndroidPdfViewerV2 icon indicating copy to clipboard operation
AndroidPdfViewerV2 copied to clipboard

Can I display a PDF in URL remote?

Open moisesvs opened this issue 6 years ago • 1 comments

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

moisesvs avatar Jun 18 '18 10:06 moisesvs

Its not allowed yet.

ashish-bahl avatar Dec 20 '18 13:12 ashish-bahl