PDF Anchor Points froma webpage

Soldato
Joined
8 Oct 2005
Posts
4,184
Location
Midlands, UK
Hi,

Lets say I have a huge pdf document. Is there any way from a webpage that I'm able to link to a partoicular point in that document?

Thanks
 
http://www.adobe.com/devnet/acrobat/pdfs/pdf_open_parameters_v9.pdf

You can specify multiple parameters in a single URL. Separate each parameter with either an ampersand (&) or a pound (#) character. Actions are processed and executed from left to right as they appear in the URL.
Because all specified actions are executed, it is possible that later actions will override the effects of previous actions, so it is important to use the correct order. For example, page actions should appear before zoom actions.

Commands are not case sensitive except for the value of a named destination. There can be no spaces in the URL.


Examples:
http://example.org/doc.pdf#Chapter6
http://example.org/doc.pdf#page=3
http://example.org/doc.pdf#page=3&zoom=200,250,100
http://example.org/doc.pdf#zoom=50
http://example.org/doc.pdf#page=72&view=fitH,100
http://example.org/doc.pdf#pagemode=none
http://example.org/doc.pdf#pagemode=bookmarks&page=2
http://example.org/doc.pdf#page=3&pagemode=thumbs
http://example.org/doc.pdf#collab=DAVFDF@http://review_server/Collab/user1
http://example.org/doc.pdf#page=1&comment=452fde0e-fd22-457c-84aa-2cf5bed5a349
http://example.org/doc.pdf#fdf=http://example.org/doc.fdf
 
Holy crap, if this works, you've just saved me a good 3 or 4 hours of splitting up several massive pdf documents - I will then forever be in your debt :)

These work in IE, Chrome but not FF, is this normal?
 
Last edited:
Back
Top Bottom