Reputation: 840
I own android app, in which I show pdf document in web view using google docs. My server has that pdf and I load it through below url:
https://docs.google.com/gview?embedded=true&url=MYSERVERURLOFPDF
It work fine but when I replaced my pdf on server with another pdf, above url displays old doc and not new one.
Upvotes: 1
Views: 328