PDF support for hash marks/anchors

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

PDF support for hash marks/anchors

Post by alex.barylski »

Can I open an PDF file using a URL similar to what browsers support for HTML and have the PDF document automatically scroll to the anchored page???

ANyone know if this is possible and how it can be accomplished???

Thanks :)
User avatar
Buddha443556
Forum Regular
Posts: 873
Joined: Fri Mar 19, 2004 1:51 pm

Post by Buddha443556 »

Yep there is:

Google Cache: PDF Open Parameters

Parameters are passed after a # sign not a question mark which confused me at first. :oops:
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Post by alex.barylski »

Buddha443556 wrote:Yep there is:

Google Cache: PDF Open Parameters

Parameters are passed after a # sign not a question mark which confused me at first. :oops:
Sweet thanks :)
Post Reply