We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
vcha
3 years agoExplorer | Level 3
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...
- 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.
vcha
Explorer | Level 3
Thanks for the answer
Здравко
2 years agoLegendary | Level 20
Greg-DB, I believe adding a new feature for anchor transferring would improve user experience related to parametrize document view (for instance the case described by vcha).
Would be fine a link parameter caring anchor content to be available (for instance a parameter named "anchor" passed together with "raw" parameter). This parameter value can represent the final anchor and can be passed encoded either base64 or URL. 😉 Parameters get passed to the server (the anchor does not) and can be added to the final redirection as actual anchor.
- Greg-DB2 years agoDropbox Staff
Thanks for the feedback! I'll send this along as a feature request.
About Discuss Dropbox Developer & API
Make connections with other developers
795 PostsLatest Activity: 7 days agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!