How to Add Hyperlinks to a PDF Document
Hyperlinks in PDFs transform static documents into interactive resources. Clickable links to websites, email addresses, or other pages within the document make PDFs more useful — especially for digital distribution. Whether you're creating a report with source citations, a portfolio with links to online work, or documentation with cross-references, adding hyperlinks significantly improves the reader experience. This guide covers practical methods for adding hyperlinks to PDFs, from creating them at the source to adding them to existing documents.
Types of Links You Can Add to a PDF
PDFs support several types of hyperlinks: **External URLs**: Links that open a website in the user's browser when clicked. These are the most common type — citations, references, portfolio links, and calls-to-action. **Internal links**: Links that jump to a specific page within the same PDF. Useful for tables of contents, cross-references within a manual, or 'back to top' navigation. **Email links (mailto)**: Clicking opens the user's email client with the address pre-filled. Great for contact information in business documents. **File links**: Links to other local files. These work on the creator's machine but break when the PDF is shared, so they're rarely useful for distributed documents. For most everyday purposes, external URL links are what people need. The methods below focus on adding these.
Method 1: Add Links via HTML to PDF Conversion
The cleanest way to get hyperlinks into a PDF is to author the document in HTML (where links are native) and convert it to PDF. This approach works perfectly for web-based content and gives you full control over link styling.
- 1Write your document content in HTML, using standard anchor tags for links: <a href='https://example.com'>Link text</a>
- 2Style the HTML with CSS to match your document's visual design — fonts, colors, margins, and typography
- 3Go to LazyPDF's HTML to PDF tool and paste your HTML content or upload the HTML file
- 4Convert the HTML to PDF — all hyperlinks in the HTML will become clickable links in the resulting PDF
- 5Download and test the PDF to verify all links work correctly in your PDF reader
Method 2: Add Links When Creating the Source Document
If you're creating a document from scratch in Word, Google Docs, or another tool, the simplest approach is to add hyperlinks in the source document before exporting to PDF. **In Microsoft Word**: Select the text you want to link, press Ctrl+K (Windows) or Cmd+K (Mac), enter the URL, and click OK. When you export to PDF (File > Save As > PDF), the links are preserved in the output. **In Google Docs**: Select text, press Ctrl+K or Cmd+K, paste the URL. Export as PDF via File > Download > PDF Document — links are preserved. **In PowerPoint**: Insert > Link (or Ctrl+K) adds links to text or objects. Export as PDF preserves the links. This is the recommended approach for new documents because the links are maintained in the source file, making them easy to update later. When you re-export after making content changes, links are automatically included.
Method 3: Add Links to Existing PDFs
If you have an existing PDF without links, you can add them using PDF editing tools. Most free options have some limitations but work for occasional use. **Adobe Acrobat Pro**: The comprehensive solution. Open the PDF, go to Tools > Edit PDF > Link. Draw a rectangle over the text you want to link, then enter the destination URL. Full control over link appearance and behavior. Costs $19.99/month. **PDF24 (free, Windows)**: Desktop tool with link addition capability. Upload the PDF, use the edit mode to draw link areas and assign URLs. **Foxit PDF Editor**: Has a free tier with annotation capabilities including link addition. Draw a link annotation over the target text and enter the URL. **LibreOffice Draw**: Open a PDF in LibreOffice Draw, add hyperlink shapes, and re-export. Less precise than dedicated PDF editors but functional for simple cases. **Canva (for designed documents)**: If your PDF was created from a visual design, re-open the Canva design, add link buttons, and re-export as interactive PDF. This works well for presentations and visual reports.
Making Links Accessible and Visible
A link that readers don't notice doesn't serve its purpose. Follow these guidelines to make your PDF links effective: **Visual styling**: Use standard link conventions — blue underlined text for text links, or clear button styling for call-to-action links. Readers expect these visual cues. **Show the URL for print versions**: For PDFs that may be printed, include the URL in plain text near the link (e.g., 'Visit our website (lazy-pdf.com)'). Printed documents can't have clickable links, so readers need the URL text. **Test all links before distributing**: Always open the final PDF in your intended PDF reader and click every link to verify they work. Broken links in shared documents reflect poorly on the author. **Use descriptive link text**: 'Click here' is meaningless out of context. 'Download the full report' or 'Visit our help documentation' tells readers exactly where the link goes. This also improves accessibility for screen reader users. **Consider link longevity**: External URLs can break over time. For important documents, link to stable URLs (official documentation, permanent pages) rather than temporary campaign URLs.
Frequently Asked Questions
Do PDF hyperlinks work in all PDF readers?
Yes, in all major readers. Clickable links work in Adobe Reader, Foxit Reader, Preview on macOS, Evince on Linux, and browser-based PDF viewers (Chrome, Firefox, Edge). Some older or minimal readers may not support interactive features, but all modern viewers do.
Can I add links to a scanned PDF?
Technically yes, but it's limited. You can add link rectangles over specific areas of a scanned page using Acrobat or other tools. However, because scanned PDFs are images rather than text, you can't select specific words to link — you draw a rectangular hotspot over the area. This works for making a business card phone number clickable, for example.
Why aren't my Word hyperlinks preserved after converting to PDF?
This usually happens if you use Print to PDF instead of Save As PDF. The Print function converts the document to a flat image, losing all interactive elements. Use File > Save As > PDF (or File > Export > PDF) to preserve links. In Word, the 'Options' dialog during export should have 'Document structure tags for accessibility' checked.
Can I add clickable email addresses (mailto links) to a PDF?
Yes. Mailto links work the same way as URL links. When clicked, they open the user's default email client with the address pre-filled. In HTML, use <a href='mailto:contact@example.com'>Email us</a>. In Word or Google Docs, you can paste a mailto URL directly when adding a hyperlink.