Show pdf in android web browser

I am showing pdf in a webview using google docs, with this url , https://docs.google.com/gview?url=+location of pdf . It breaks pages and gives navigation icons from the top right. Is there a way to display all pages in a single stream, rather than breaking them down.

enter image description here

In the image above, instead of showing on 10 different pages, I want the PDF file to be displayed in one stream, I do not want to use the navigation buttons in the upper right corner.

when &overridemobile=true added to the url , this image is displayed. enter image description here

+1
source share
1 answer

You can add &overridemobile=true to the url.

Example:

https://docs.google.com/gview?url=www.example.com/example.pdf&overridemobile=true

This will override the mobile viewer and take you to the desktop version, which has one stream.

+4
source

All Articles