How to add hyperlinks inside a PDF — internal navigation

Add clickable internal links — TOC jumps, footnote links, cross-references.

5 min read

How to add hyperlinks inside a PDF — internal navigation

By ScoutMyTool Editorial Team · Last updated: 2026-05-20

A 200-page PDF without internal hyperlinks is a scrolling marathon. The same PDF with a clickable TOC, hyperlinked footnotes, and cross-reference links reads almost like a web page — readers tap any reference and jump straight there, tap back to return. The underlying PDF feature has existed since 1993 but is routinely under-used because most authoring tools require the source document to be set up correctly. This article maps the link types worth adding, the source-document setup in Word and InDesign that produces them automatically, and the Acrobat Pro workflow for retrofitting links into existing PDFs.

Internal link types in PDFs

Link typeUse caseSetup
TOC → sectionTable of contents that jumps to chaptersAuto-generated when source has Heading styles
Footnote ↔ referenceSuperscript footnote links to citation; back-link returnsWord footnote tool; preserved on PDF export
Cross-reference ("see §4.2")Reference jumps within long documentsWord Insert → Cross-reference; checked "Insert as hyperlink"
Index entry → pageBack-of-book index where each entry is clickableInDesign index panel; auto-generated on export
Figure → caption / referenceClick a figure citation to jump to the figureSame cross-reference mechanism
External URLWeb links from within the PDFWord Insert → Link; auto-recognised text URLs

Step by step — clickable TOC and cross-references in Word

  1. Apply heading styles consistently. Use Word's Heading 1 / 2 / 3 paragraph styles for every section heading. Avoid manual bold+size; styles drive everything downstream.
  2. Insert the table of contents. References → Table of Contents → Automatic Table 1. Word generates a clickable TOC from the heading styles.
  3. Add cross-references in the body. Insert → Cross-reference → Reference type (Heading, Bookmark, Figure) → choose the target → tick "Insert as hyperlink".
  4. Insert footnotes via the menu (References → Insert Footnote) — never manual superscript. The footnote and its body link are auto-created.
  5. Export to PDF with link preservation. File → Save As → PDF → Options → "Best for electronic distribution and accessibility". Links survive into the PDF; verify by clicking three sample links in Acrobat Reader.

Retrofitting links into an existing PDF

For PDFs you receive without internal links, two paths exist. Manual in Acrobat Pro: Tools → Edit PDF → Link → Add or Edit. Draw a rectangle over the text to make clickable; configure the target (page, named destination, URL); apply. Tedious for many links — useful for a handful of corrections but not for adding a full TOC after the fact. Programmatic via pypdf or pdf-lib: parse the PDF for heading patterns (large-font lines at page tops), generate link annotations to corresponding target pages, save. The scripted path is reusable across many similar documents and scales to adding hundreds of links in seconds.

For one-off retrofit of an important PDF (a contract, a research paper, a reference manual), the manual Acrobat Pro path is acceptable; ten or twenty links can be added in twenty minutes. For PDFs you produce regularly, fix the source-document workflow so links are generated at export — retrofitting indefinitely is unsustainable.

For organisations producing many internally-navigable PDFs (technical manuals, government reports, regulatory filings), invest in a master authoring template with link conventions baked in: TOC at the front, cross-references at every section heading, index at the back. The template encodes the discipline once; subsequent documents inherit the navigation structure without per-document effort. The pattern is the same as for CSS design systems — invest upfront, save labour every time you produce a new document. Document the template conventions in a one-page style guide so the design choices survive turnover.

Related reading

FAQ

How do I create a clickable table of contents in a PDF?
In the source document, use real heading styles (Heading 1, Heading 2, Heading 3) — not just bolded body text. Insert a Word/Docs table of contents (References → Table of Contents in Word; Insert → Table of contents in Docs); the TOC populates from heading styles and includes clickable cross-references. Export to PDF with "Document structure tags for accessibility" enabled. After export, click any TOC entry in the PDF — the cursor should jump to that section. If clicks do nothing, the cross-references were not generated; rebuild the TOC after applying heading styles.
My footnote numbers in the source document do not produce links in the PDF — why?
Two usual causes. First, the footnotes were typed as manual superscript characters rather than inserted via the References → Insert Footnote menu. Manual superscripts produce visible footnote numbers but no link metadata; the export has no anchor to link to. Re-insert as real footnotes. Second, the PDF export preset stripped links — try a different preset (Word: Save As → PDF → choose "Best for electronic distribution"; this preserves links).
Can I add internal links to a PDF I did not author?
Yes via Acrobat Pro. Tools → Edit PDF → Link → Add or Edit. Draw a rectangle over the text or region you want to make clickable. Choose "Go to page view" → navigate to the target page → set view → confirm. The rectangle becomes a clickable link. For many manual links across a long document, this is tedious; programmatic tools (pypdf, pdf-lib) let you add links by script if you can identify source and target locations from text content. For PDFs you author, always add links in the source document — much faster.
How do I add a "back to top" link on every page?
In InDesign: master page with a small "Top" link element positioned in a corner; hyperlink it to the first page or a named bookmark. The link inherits to every page using that master. In Word: header or footer with a Bookmark link to the document start; the header/footer appears on every page automatically. In Acrobat Pro after export: copy a link annotation to every page via the Page Thumbnails panel (right-click → Paste). The recurring link improves long-document navigability significantly; users do not need to scroll back manually.
Do internal PDF links work on mobile and in browser PDF viewers?
Mostly yes. Acrobat Reader iOS/Android, Apple Books, PDF Expert, Foxit Mobile all honour internal links. Browser PDF viewers (Chrome, Edge, Firefox, Safari built-in) honour internal links inconsistently — most do for basic cases, some fail for cross-page jumps. For broad-audience PDFs where links matter, test in at least three viewers (Chrome built-in, Acrobat Reader desktop, iPhone Books) before distributing. Where links must work universally, complement with visible page numbers ("see page 47") so users have a fallback navigation path.

Citations

  1. ISO 32000-1:2008 — "Document management — Portable document format" — §12.5.6 (Link Annotations).
  2. Adobe Acrobat Pro — Link tool documentation.
  3. Microsoft Word — Cross-reference and hyperlink documentation.
  4. InDesign — Hyperlinks panel documentation.

Build TOC and bookmarks for any PDF

ScoutMyTool PDF TOC Generator auto-detects headings and adds clickable navigation. Browser-based, no upload.

Open PDF TOC Generator →