You click a link in a PDF and nothing happens. Or the link opens the wrong page. Or the text is blue and underlined but is not actually clickable. Broken or non-functional hyperlinks in PDFs are a common problem that undermines the usability of digital documents, especially reference materials, reports with citations, and documents shared electronically where readers expect to follow links. The root causes range from export settings in the authoring software to security restrictions in the PDF viewer, and all of them can be addressed.
The most frequent cause of non-working links is that the text looks like a hyperlink but was never actually converted to an interactive link annotation. When a document is exported to PDF, some authoring tools only preserve the visual styling (blue, underlined) without creating the underlying link object. Scanning a document destroys all interactive links — the resulting PDF is an image with no clickable elements. PDF viewers with restricted security settings may block links from opening for safety reasons. Some links break when the PDF is edited or merged because the link annotations reference page positions that have shifted. And relative links to local files break when the PDF is moved to a different location.
How to Fix It
1
Check your PDF viewer settings
Ensure your PDF reader is not blocking links. In Adobe Reader, go to Edit > Preferences > Trust Manager and make sure URL access is allowed.
2
Re-export from the source document
If you have the original file, re-export to PDF using settings that preserve hyperlinks. In Word, use 'Save as PDF' rather than 'Print to PDF' — the latter often strips links.
3
Add links using our edit tool
Upload the PDF to UnblockPDF's editor and manually add clickable link annotations over the text that should be hyperlinked. Our editor lets you define the URL and click area.
4
Fix broken URLs
If links exist but point to wrong URLs (perhaps due to outdated addresses), use our edit tool to update the link destinations without changing the visible text.
5
Run OCR on scanned documents
If the PDF is a scan, run OCR first to create a text layer, then add link annotations manually over recognized URLs.
Save As PDF vs. Print to PDF
The distinction between 'Save as PDF' and 'Print to PDF' is the single most important factor in preserving hyperlinks. When you use Save as PDF (or Export to PDF) in applications like Microsoft Word, Google Docs, or LibreOffice, the software converts the document structure directly, preserving hyperlinks, bookmarks, table of contents links, and other interactive elements. When you use Print to PDF, the application sends the document through the print driver, which treats it as a visual page image. The printer driver has no concept of hyperlinks — it only sees colored, underlined text. The resulting PDF looks identical but has no interactive elements whatsoever. Always use the direct Save as PDF option when your document contains hyperlinks.
Internal Links, External Links, and Bookmarks
PDFs support several types of links, each with different failure modes. External links point to web URLs and break when the URL changes or the destination website goes offline. Internal links point to other pages within the same PDF and break when pages are added, removed, or reordered. Named destination links reference specific bookmarks and are more robust than page-number links because they survive page reordering. Bookmark links create a navigable table of contents in the PDF viewer's sidebar. When merging PDFs, internal page links often break because page numbers shift. Named destinations are preserved if the merge tool handles them correctly. External URLs are unaffected by merging since they reference locations outside the document.
Prevention Tips
Use 'Save as PDF' rather than 'Print to PDF' to preserve interactive elements including hyperlinks.
Test all links after exporting to PDF before distributing the document.
Use absolute URLs (full web addresses) rather than relative paths for links that need to work regardless of file location.
Avoid printing and re-scanning PDFs that contain hyperlinks — this destroys all interactivity.