Problem → SolutionApril 2, 20265 min read

PDF Table of Contents Links Not Working or Going to Wrong Pages

A PDF TOC where clicking entries does nothing or jumps to the wrong page has broken link annotations or stale page number destinations. Here's how to fix them.

A PDF table of contents with links that do nothing, open a dialog box, or jump to the wrong page has a structural problem that developed during creation or merging. The TOC page looks correct visually, but the Link annotations pointing to each section are either missing, broken, or pointing to stale page numbers. The fix depends on the cause.

Why TOC Links Break

TOC link failures have three causes: (1) No link annotations exist — the TOC was generated as static text without clickable links, which happens when exported from some applications without hyperlinks enabled. (2) Page number offset — pages were added or removed after the TOC was generated, shifting all destinations by the number of changed pages. (3) Broken GoToR links — links pointing to another file that has since moved. Identifying which cause applies determines the fix.

Test: Are There Any Link Annotations?

Move your cursor over a TOC entry — if it changes to a pointing hand cursor, the Link annotation exists. If the cursor stays as an arrow or text cursor, there are no link annotations. No annotation means the TOC must be rebuilt from scratch with links. If the cursor changes to a hand but clicking does nothing or jumps incorrectly, the annotation exists but its destination is wrong.

Fix 1: Regenerate TOC From the Source Document

The cleanest fix is always to regenerate from the source: in Word, update the TOC field (right-click the TOC → Update Field → Update entire table), then re-export to PDF with "Create bookmarks using Headings" enabled. In InDesign, regenerate the TOC (Layout → Update Table of Contents) and re-export. The regenerated PDF has correct page numbers and live link annotations. This is the only reliable fix for wrong-page destinations — you cannot manually update 50 TOC entries efficiently.

Fix 2: Add Link Annotations Manually in Acrobat

For PDFs without link annotations (static TOC): in Acrobat Pro, use Edit PDF → Link → Add or Edit (Ctrl+K). Draw a rectangle over each TOC entry, then in the Create Link dialog choose "Go to a page view," navigate to the target section heading, click "Set Link." Repeat for each entry. For a 10-entry TOC this takes about 5 minutes; for a 100-entry TOC, regenerating from source is faster. After adding all links, test each one before saving.

Fix 3: Correct Offset Destinations

If all TOC links are off by the same amount (e.g., all going to the page 2 earlier than expected), this is a consistent offset from a page insertion or deletion. In Acrobat Pro, you can use the Links panel to edit multiple link destinations. For each link: right-click → Edit → change the GoTo destination page number. If the offset is uniform, note the amount (+2 or -3) and apply it systematically. A JavaScript approach via Acrobat's console can batch-update all link destinations at once if you are comfortable with a few lines of script.

Try Edit Pages Now — Free

Browser-based, private, and instant. No account or software required.

Open Edit Pages
Report Bug
Send Feedback
Feature Request