How to load a pdf on android from a url?

前端 未结 2 1437
深忆病人
深忆病人 2021-01-06 08:11

I have a page that contains a listView and each item is supposed to open a pdf file from a url, but I don\'t know how to load a pdf file from a url or even how to load a pdf

2条回答
  •  感情败类
    2021-01-06 08:42

    You can try browser to open pdf file in that like below code:

    http://docs.google.com/gview?embedded=true&url=yoururl
    

    where yoururl will be your pdf url link.

提交回复
热议问题