Reputation: 687
Are Bookmarks and Hyperlinks treated the same in PDF documents?
Upvotes: 1
Views: 769
Reputation: 2430
No, bookmarks (outlines) and hyperlinks (link annotations) are not equivalent -- but internally they can share some common elements. For example, a bookmark can be used to link to a specific page in a document and so can a hyperlink via Go-To Actions.
Upvotes: 3
Reputation: 36619
A bookmark
references a specific page/paragraph/sentence/whatever within the PDF
itself.
A hyperlink
in a PDF can reference a bookmark
(similar to #anchors
in HTML
) but can also point to external resources
.
Upvotes: 3