What jump-to-page links do and why they matter in chapter PDFs
A jump-to-page link (also called an internal link or anchor) lets a reader click text or a button in your PDF and land on a specific page when ready. In a chapter-based PDF, this means a reader can click "Chapter 3" in a table of contents and jump directly to page 47, or click a footnote number and jump to the bottom of the page where the note lives.
Without these links, a reader has to scroll or use the page navigation panel to find what they want. With them, your PDF behaves more like a website — faster to navigate and easier to use, especially in longer documents.
The method you use depends on what software created your PDF and what tool you have now. A PDF created from Microsoft Word can use Word's built-in link feature. A PDF you already have can be edited in Adobe Acrobat, Nitro Pro, or free tools like PDFtk or LibreOffice Draw. Each approach takes a different number of steps and gives you different control over how the links look.
Key Takeaways
- Jump-to-page links let readers click chapter names or footnote numbers to jump to those locations instead of scrolling manually.
- The easiest method is adding links in Word before you convert to PDF, using Insert > Link and pointing to a bookmark on the target page.
- If you already have a PDF, Adobe Acrobat's Link tool lets you draw a clickable area and set the destination page, but Acrobat costs money each month.
- Free PDF editors like PDFtk or LibreOffice Draw can add links, but they require more steps and less visual feedback than paid software.
- Test every link in your finished PDF before sharing it, because a broken link sends readers to the wrong page with no warning.
Adding links in Word before you convert to PDF
If you are still working in Microsoft Word, this is the simplest path. Word lets you create bookmarks (invisible markers on specific pages) and then link to those bookmarks. When you convert the Word file to PDF, the links come along intact.
First, place your cursor on the page you want to link to — for example, the first line of Chapter 3. Go to Insert > Bookmark, give it a short name with no spaces (like "Chapter3"), and click Add. Repeat this for every chapter or section you want to be a link destination.
Next, select the text you want to be clickable — for example, "Chapter 3" in your table of contents. Go to Insert > Link > Place in This Document. A dialog opens showing all your bookmarks. Click the one you want (Chapter3) and click OK. The text now appears underlined and colored, showing it is a link.
When you save as PDF (File > Save As > PDF), Word preserves these links. Open the PDF in any reader and click the link to jump to that page. This method works in Word 2016 and later on Windows and Mac.
Using Adobe Acrobat to add links to an existing PDF
If you already have a PDF file and need to add links, Adobe Acrobat (the paid version, not the free Reader) has the most straightforward interface. Open your PDF in Acrobat, go to Tools > Edit PDF, then click the Link tool in the toolbar.
Click and drag to draw a rectangle around the text you want to be clickable — for example, around "Chapter 3" in your table of contents. A dialog appears asking what should happen when someone clicks this area. Choose "Go to a page in this document," then type or select the page number you want to jump to. Click OK.
Repeat this for every link you want to add. The link appears as a blue box around your text (you can hide these boxes later). Save the file when you are done. Acrobat costs about $20 per month or $240 per year, so this method makes sense if you edit PDFs regularly.
Adding links with free tools: PDFtk and LibreOffice Draw
PDFtk (available at pdftk.com) is a command-line tool that works on Windows, Mac, and Linux. It does not have a visual interface, so you write instructions in a text file telling it where to place links and what they should do. This takes more time than Acrobat but costs nothing.
LibreOffice Draw (free, available at libreoffice.org) lets you open a PDF as an editable document. Go to Insert > Hyperlink, draw a box around the text you want to be clickable, and set the link target. The process is similar to Acrobat but slower and with less visual feedback. LibreOffice works on Windows, Mac, and Linux.
Both tools work, but both require more patience than Word or Acrobat. Use them if you have no budget and are willing to spend extra time. If you add links in LibreOffice, save the file as PDF when you are done — LibreOffice's native format is ODF, not PDF.
Setting up a table of contents that links to chapters
A table of contents is the most common place readers look for jump-to-page links. If you created your PDF from Word, Word can generate a table of contents automatically and make it fully linked.
In Word, place your cursor where you want the table of contents to appear (usually page 2). Go to References > Table of Contents and choose a style. Word scans your document for heading styles (Heading 1, Heading 2, etc.) and builds a list with page numbers. If you have already created bookmarks, Word links each entry to the matching bookmark automatically.
If you are adding links manually in Acrobat or LibreOffice, create the table of contents first (as plain text), then add links one by one. This takes longer but gives you full control over which entries link and where they point.
Testing links and fixing broken ones
Before you share your PDF, open it in a PDF reader (Adobe Reader, Preview on Mac, or any browser) and click every link. A working link jumps to the right page. A broken link either does nothing or jumps to the wrong page.
If a link is broken in Acrobat, select the Link tool again, click the broken link, and update the page number in the dialog. If you are using a free tool and a link is broken, you may need to delete it and recreate it.
Common reasons links break: the page number changed after you added the link (if you added pages earlier in the document), the bookmark was deleted, or the link was set to the wrong page number. If you edit your PDF after adding links, check all links again — changes to page count can shift where links point.
Choosing between methods based on your workflow
If you are creating a new PDF from scratch, use Word. It is the fastest and most reliable, and you probably have it already. Create bookmarks, add links, convert to PDF, and you are done.
If you have an existing PDF and edit it often, Adobe Acrobat is worth the cost. The visual interface is fast, and you can see exactly where links are and what they do.
If you have an existing PDF and edit it rarely, or if you have no budget, use LibreOffice Draw. It is free and works on any operating system. The process is slower, but the result is the same.
If you are comfortable with command-line tools and want to automate link creation across many PDFs, PDFtk is powerful but has a steep learning curve. Most people do not need it.
Frequently Asked Questions
Can I add links to a PDF that was created from a scanned image?
No. A scanned PDF is just a picture of pages — there is no actual text for links to attach to. You would need to run optical character recognition (OCR) software first to convert the image to searchable text. Adobe Acrobat and some free tools like Tesseract can do this, but it is a separate step before you can add links.
What happens if I change the page numbers after I add links?
Links break. If you add a link to page 47 and then insert 5 new pages earlier in the document, that link still points to page 47 — which is now the wrong page. Always add links last, after your document is final. If you must edit after linking, test all links again.
Can readers click links in PDFs on phones and tablets?
Yes. Links work in PDF readers on iOS, Android, Windows, and Mac. A reader taps the link and jumps to the destination page, just like on a computer. The experience is the same across devices.
Do I need to use bookmarks, or can I just link directly to page numbers?
You can do either. Bookmarks are more reliable because they stay attached to a specific location even if page numbers shift. Direct page number links are simpler to set up but break if you add or remove pages. For a document you might edit later, bookmarks are safer.
What is the difference between internal links and external links in a PDF?
Internal links jump to another page in the same PDF. External links open a website or email address. This article covers internal links only. External links are set the same way in most tools — you just choose "Go to URL" instead of "Go to page" when you create the link.