How to Add Hyperlinks to PDF: Link Text, Pages, and URLs

Learn how to add clickable hyperlinks to PDF documents. Link to websites, email addresses, other pages, or external files in your PDF for free.

By PeacefulPDF Team

A PDF without hyperlinks is just a digital flyer. But add clickable links and suddenly it's interactive — readers can jump between sections, open websites, send emails, and navigate your document like a webpage.

I learned this the hard way when I sent a digital portfolio PDF to a potential client. All my website links were just plain text. The client had to manually copy and paste each URL into their browser. Embarrassing.

Adding hyperlinks to PDFs is straightforward once you know how. Here's everything you need to know.

Types of PDF Links

PDFs support several types of hyperlinks:

  • Web links (URL): Open a website in the reader's browser
  • Email links: Open the reader's email client with a pre-filled address
  • Page links: Jump to a specific page within the same PDF
  • Internal links: Jump to a specific section or named destination
  • File links: Open another file on the reader's system

Each type serves a different purpose. A report might use web links for source citations. A resume might use email links for the contact section. A long manual definitely needs page links for the table of contents.

Method 1: Browser-Based PDF Editor

The quickest way to add hyperlinks to a PDF is using an online editor:

  1. Open your PDF in a browser-based PDF editor
  2. Select the Link tool from the toolbar
  3. Draw a rectangle over the text or area you want to make clickable
  4. Choose your link type (URL, email, or page)
  5. Enter the destination (web address, email, or page number)
  6. Save and download your PDF

The link appears as a clickable area that highlights when readers hover over it. Most editors let you customize the link appearance — border style, color, and highlight behavior.

Privacy note: If your PDF contains confidential information, use a browser-based editor that processes files locally on your device rather than uploading to external servers.

Method 2: Adobe Acrobat (Free Reader + Paid Pro)

Adobe Acrobat Pro gives you the most control over PDF links. The free Reader can view and click links but can't create new ones.

In Acrobat Pro:

  1. Open your PDF
  2. Go to Tools → Edit PDF → Link → Add/Edit Web or Document Link
  3. Drag to select the area for the link
  4. In the dialog, choose "Open a web page" or "Go to a page view"
  5. Enter the URL or navigate to the target page
  6. Set link appearance (invisible rectangle, visible rectangle, or no border)
  7. Click OK and save

Acrobat Pro also supports link actions like opening files, executing menu items, or submitting forms. These advanced options are useful for interactive PDF forms and documents.

Method 3: LibreOffice (Free)

If you're creating a PDF from scratch, LibreOffice Writer lets you add hyperlinks before exporting:

  1. Open or create your document in LibreOffice Writer
  2. Select the text you want to link
  3. Go to Insert → Hyperlink (or press Ctrl+K)
  4. Enter the URL, email, or document reference
  5. Click Apply
  6. Export as PDF (File → Export As → Export as PDF)

This method preserves links perfectly because LibreOffice embeds them during the PDF export. Links created this way are often more reliable than links added to an existing PDF.

Method 4: Using PDF Libraries (For Developers)

If you're generating PDFs programmatically, most PDF libraries support hyperlink creation:

  • Python (PyPDF2/ReportLab): Add link annotations to specific regions
  • JavaScript (pdf-lib): Create link annotations with full control
  • PHP (TCPDF/FPDF): Add both internal and external links

Programmatic links are the most reliable because you have exact control over positioning and behavior. This is ideal for automated report generation, invoices, or marketing materials.

Best Practices for PDF Hyperlinks

Make Links Visually Obvious

Don't use invisible link rectangles unless you have a specific reason. Readers need visual cues that something is clickable. A subtle underline, colored text, or a thin border around the link area helps users discover interactive elements.

Use Descriptive Link Text

"Click here" tells readers nothing about where the link goes. Use descriptive text like "View our pricing page" or "Download the full report." This also helps screen reader users understand the link destination.

Test All Links

Open your finished PDF and click every link. Verify URLs load correctly, email links open with the right address, and page jumps land on the intended pages. Broken links in a PDF are frustrating because readers can't easily copy the text to try manually.

Consider Mobile Users

Small link areas are hard to tap on mobile. Make your clickable regions large enough for finger taps — at least 44x44 pixels. This is especially important for navigation links in long documents.

Adding Links to a Table of Contents

One of the most useful applications of PDF hyperlinks is a clickable table of contents. Here's the workflow:

  1. Create your document with clearly defined headings and sections
  2. Build a table of contents at the beginning
  3. For each entry, add a link that jumps to the corresponding page
  4. Set links as invisible rectangles with colored text
  5. Test each link to ensure it jumps to the right page

If you're creating the PDF from Word or Google Docs, most tools auto-generate a clickable TOC during export. Only use manual linking if you're working with an existing PDF that lacks navigation.

Troubleshooting Common Issues

Links Don't Work After Saving

If you used "Print to PDF" or "Save as PDF" from a print dialog, links are often stripped out. Always use the editor's native Save function to preserve interactive elements.

Links Open in Wrong Browser

PDF links open in whatever browser your system has set as default. To change this, update your operating system's default browser settings.

Email Links Don't Work

Email links (mailto:) require a desktop email client to be configured. If the reader uses webmail only, the link may not work. Consider using a web contact form URL instead of a raw mailto: link.

The Bottom Line

Adding hyperlinks to PDFs transforms them from static documents into interactive resources. Whether you're linking to external sources, creating navigation within a long document, or building a portfolio with clickable website links — the process is simpler than most people think.

Use a browser-based editor for quick link additions, or build links into your document before PDF export for the most reliable results.

Need to edit more of your PDF? Try our free PDF editor or learn how to merge PDF files into one document.