barteksc / AndroidPdfViewerV2

Android view for displaying PDFs rendered with PdfiumAndroid
Apache License 2.0
128 stars 75 forks source link

Can I display a PDF in URL remote? #4

Open moisesvs opened 6 years ago

moisesvs commented 6 years ago

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

ashish-bahl commented 5 years ago

Its not allowed yet.