What Are Hyperlinks in PDF? Internal and External Links Explained
PDF hyperlinks navigate to other pages, external URLs, or email addresses. Learn how they're structured, how to add them, and why they sometimes break.
PDF hyperlinks (formally called Link annotations) are interactive rectangles on a PDF page that, when clicked, trigger an action — navigating to another page in the same PDF, opening a URL in a browser, opening another file, or launching an email. They're invisible rectangles positioned over text or graphics, associated with an action. Understanding how they work explains why links sometimes appear but don't function.
How PDF Links Work Technically
A PDF link is a Link annotation (a rectangle on the page) combined with an Action. Common action types: URI action — opens a URL, << /S /URI /URI (https://example.com) >>; GoTo action — jumps to a page and view in the same document; GoToR action — opens another PDF file at a specified page; Launch action — opens an application or file; Named action — performs a built-in Acrobat operation (NextPage, PrevPage, FirstPage, etc.); SubmitForm action — submits form data. The link rectangle defines the clickable area; the action defines what happens.
Why PDF Links Sometimes Break
The most common link-breaking scenarios: (1) URL updated after PDF was created — the link contains the old URL; the page moved. (2) Absolute file paths on GoToR links — a link pointing to "C:/MyDocuments/report.pdf" works only on the original computer; relative paths ("../report.pdf") work when both files maintain their relative directory structure. (3) PDF merged or pages reordered — GoTo page number links break if pages are renumbered by merging. (4) Security settings — some Acrobat Reader security settings block URI and Launch actions. (5) Viewer doesn't support link annotations — most do, but minimalist viewers may not.
Creating Reliable Links
For URL links: always use absolute URLs (https://...), check that they still resolve before publishing, and include a visible URL in the text alongside the link so recipients can manually navigate if the link fails. For cross-document links: use named destinations rather than page numbers — named destinations survive page renumbering. For internal navigation: use bookmarks (which work in all viewers) rather than GoTo links (which require knowing page numbers that change as documents evolve).
Links and PDF Security
Adobe Acrobat Reader has a configurable security policy for non-PDF links. By default, clicking a URI link that takes you to the web shows a warning dialog. This can be suppressed by adding trusted URLs to the trust list or by configuring it in preferences. Some enterprise deployments lock down link behavior completely. If recipients report that links prompt a security warning, this is Acrobat's default behavior — it's a feature, not a bug. Advise recipients to click "Allow" or "Always allow" for your domain.
Try Edit Pages Now — Free
Browser-based, private, and instant. No account or software required.
Open Edit Pages


