We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

Forum Discussion

vcha's avatar
vcha
Explorer | Level 3
3 years ago

Dropbox Rendering Specific Pages of PDF in HTML

I am trying to display a specific PDF page on my webpage. When I set src to (below), it displays the whole pdf. src="https://www.dropbox.com/example.pdf?raw=1  When I add #page=3 (example below...
  • Здравко's avatar
    3 years ago

    vcha wrote:

    ...

     When I add #page=3 (example below), it still display the whole pdf.

    ...


    Hi vcha,

    First of all, the whole pdf gonna show always! If you want only particular page to show up, you need to edit the pdf on fly and strip all other pages. Adding particular page as a anchor just navigates to that page, but doesn't restrict which part of the pdf to be shown.

    After that, take in mind that Dropbox shared link doesn't point to the referred file directly, but redirect to there. During this redirection any anchor in the former link gets stripped and that's why pdf files will always show from the first page. You have to scroll to desired page yourself after the document gets loaded.

    Hope this helps.