how to open specific page on Google's docs viewer

后端 未结 5 515
刺人心
刺人心 2020-12-24 02:49

I\'m using google\'s docs viewer to show a pdf document in a html page and I would like to open the document starting on page 20 instead of 1 for example.

There\'s h

5条回答
  •  Happy的楠姐
    2020-12-24 03:28

    I found these two ones :

    1) just an Screenshot(Image) of specific page (without navigation):

    https://docs.google.com/viewer?url=http://infolab.stanford.edu/pub/papers/google.pdf&embedded=true&a=bi&pagenumber=12
    

    2) a link to specific page of PDF in IFRAME (with navigation):

    
    



    p.s. then you can have on your website go to page 3

提交回复
热议问题