Converting a Word document to PDF should preserve every hyperlink as a clickable link annotation in the output file, so a reader who clicks the blue underlined text in the PDF lands on the exact same destination they would reach from the original DOCX. When hyperlinks break during conversion, the cause is almost always one of two issues: either the converter is not correctly correlating the relationship IDs stored in the DOCX XML with their target URLs in the separate relationships file, or the link was originally inserted into the source document as plain text rather than as an actual hyperlink object, in which case there was nothing for the converter to preserve in the first place. This guide explains how hyperlinks are stored inside DOCX files, how they should map to PDF link annotations, and how to verify and fix links in the converted PDF before sending it to a recipient or publishing it on a website.
Hyperlinks in DOCX convert to clickable PDF link annotations
Preserves URLs, email mailto links, and internal document bookmarks
Browser-based conversion with no file upload
PDF Tool
All processing happens in your browser — your files are never uploaded to any server.
🚀Open Word to PDF100% Free · No account · Works on any device
In a DOCX file, hyperlinks are stored using the Open XML relationships model defined by ECMA-376, which deliberately separates the visible content from the underlying resource references. The word/document.xml file contains a hyperlink element such as a w:hyperlink with an r:id attribute that references a relationship identifier rather than the URL itself. The actual target URL is stored separately in the relationships file at word/_rels/document.xml.rels as an entry that maps the same relationship ID to a Target attribute containing the full URL. This split between link text and target URL is precisely why hyperlinks can break during conversion: if the converter reads the document XML without correctly parsing the matching relationships file, or if it mismatches the relationship IDs during the cross-reference, the link target is lost even though the visible blue underlined text still appears in the PDF exactly where you expect it.
When a PDF converter successfully processes DOCX hyperlinks, each link becomes a PDF link annotation in the output file, which is the technical term defined by the ISO 32000 PDF specification for the clickable region behaviour. PDF link annotations are invisible rectangular regions overlaid on the page at the exact position of the visible link text, and they contain the target URL encoded as a URI action attached to the annotation. In a PDF viewer, clicking anywhere within that rectangle triggers the URI action, which causes the viewer to open the URL in a default browser. You can verify that a link annotation exists at a particular location by hovering the cursor over the blue text in the PDF: the cursor should change from an arrow to a hand pointer and the URL should appear in the viewer's status bar at the bottom of the window.
Internal document links, including cross-references to headings, figure numbers, or page numbers generated by Word's built-in reference tools, use bookmark targets rather than external URLs and follow a similar but distinct relationship model. In the DOCX XML, bookmarks are defined by w:bookmarkStart and w:bookmarkEnd elements that mark named anchor points inside the document, and cross-references link to those bookmark names. In the converted PDF, these internal cross-references should become navigation annotations that jump directly to the corresponding PDF page rather than to an external URL. Email hyperlinks formatted as mailto links work the same way as standard external URLs but use the mailto URI scheme. Test all three link types, external HTTP, internal bookmark, and mailto, after conversion to confirm all are preserved correctly.
One subtle issue worth understanding is how the converter handles link text that spans multiple lines or wraps at a page boundary. A single hyperlink in Word can cover a phrase that breaks across two lines or even two pages, and the PDF link annotation model handles this by allowing multiple annotation rectangles to share the same URI action, one rectangle per line segment. A well-built converter generates the right set of rectangles automatically so each line segment of the link is independently clickable. A less robust converter may attach the annotation only to the first segment, leaving the wrapped portion unclickable. After conversion, test multi-line and page-spanning hyperlinks specifically because they are the most likely place for partial breakage that is easy to miss during a quick top-down review of the document.
Upload your Word document containing hyperlinks and convert to PDF. After downloading, open the PDF and click each link to confirm it navigates correctly to the target URL.
Step-by-step guide to convert word to pdf and keep hyperlinks:
Check all hyperlinks are real links in Word
In Word, hover the cursor over each link in your document. A real hyperlink object shows a tooltip displaying the target URL and the instruction Ctrl Click to follow link. If no tooltip appears when you hover, the text is not actually a hyperlink, just blue underlined characters. Right-click the text, choose Hyperlink from the context menu, and either insert a new link target or edit the existing one so the underlying relationship is correctly stored in the DOCX XML before conversion.
Update the document before converting
Press Ctrl A to select the entire document content, then press F9 to update all fields in place. This refreshes cross-references that point to renamed headings, table-of-contents links that need new page numbers, figure number references after inserting new figures, and any other dynamic field whose target may have shifted during editing. Save the document so the refreshed field values are written into the DOCX before conversion picks them up.
Convert to PDF in FixTools
Upload your prepared .docx file to FixTools and click Convert to PDF. The converter opens the DOCX ZIP, reads the main document.xml content together with the matching word/_rels/document.xml.rels relationships file, correlates each hyperlink element with its corresponding target URL, and emits a PDF link annotation at the exact position of each link in the output. The full process runs locally in your browser and finishes within a few seconds for typical documents.
Test every link in the converted PDF
Open the converted PDF in your preferred viewer and methodically click every link to verify it navigates to the correct destination. Hover over each blue underlined text segment first to confirm the cursor changes to a hand pointer, indicating that a link annotation is attached. Verify external URLs open in your browser at the expected page, confirm internal bookmark links jump to the right page within the PDF, and check that mailto links open your default email client with the correct recipient populated.
Common situations where this approach makes a real difference:
Digital report with references to external resources
A research team at a policy think tank publishes a fifty-page digital report in PDF that references thirty external hyperlinks pointing to government data sources, peer-reviewed academic papers, and supporting datasets hosted on partner organisations' websites. After converting the report from Word, the lead analyst clicks every link in the PDF to verify each one navigates correctly to its intended source. Three links turn out to have been inserted as plain text URLs rather than actual Word hyperlinks during a previous edit pass, so the analyst re-inserts those three as proper hyperlinks in the DOCX using Ctrl K, saves, and reconverts the document to produce a final PDF where every reference works.
Training manual with a clickable table of contents
A learning and development team creates a one-hundred-page training manual in Word with a generated table of contents using Word's built-in TOC feature so that section headings, sub-headings, and module titles are all listed at the front of the document. Converting to PDF should make each TOC entry a clickable bookmark link that jumps directly to the corresponding section. After conversion, the team tests ten representative TOC entries to confirm they navigate to the correct pages. One section had been renamed late in editing without updating the TOC, which produces a dead link in the test, so they regenerate the TOC in Word before reconverting to ship a clean version.
CV with clickable LinkedIn and portfolio links
A senior designer applying for new roles includes their LinkedIn profile URL, a personal portfolio website, a GitHub profile, and their professional email address as hyperlinks inside their Word CV. Converting to PDF preserves all four as clickable annotations attached precisely to the visible link text on the page. Recruiters reading the resulting PDF on a laptop or tablet can click the LinkedIn URL to jump straight into the profile, follow the portfolio link to see annotated work samples, open the GitHub link to view shipped code, or tap the email address to start a new message without ever needing to retype any of the URLs into a browser manually.
Technical documentation with internal cross-references
A software team documents the new revision of their public API in Word with numbered sections, subsections, and cross-references such as see Section 4.2 for the full authentication flow or refer to Appendix B for the error code reference. After conversion to PDF, each of these cross-reference texts becomes a clickable bookmark link that jumps directly to the referenced section within the same PDF without leaving the document. The team tests ten representative cross-references scattered across the document to confirm they all land on the correct page and produce a working navigation experience for engineers reading the documentation on a single screen.
Get better results with these expert suggestions:
Insert links using Ctrl+K in Word, not by typing URLs
Typing a URL directly in Word and pressing space creates an auto-formatted hyperlink that usually works, but the auto-formatting is occasionally inconsistent and can leave you with a string of blue characters rather than an actual hyperlink object. Using Ctrl K to open the Insert Hyperlink dialog gives you explicit control over both the display text and the target URL, ensures the relationship is stored cleanly in the DOCX XML, and lets you set a descriptive ScreenTip that some PDF viewers will also show on hover for additional context.
Regenerate your table of contents before converting
Right-click the table of contents in Word and choose Update Field then Update Entire Table, which refreshes both the page number references and the bookmark targets that every TOC entry depends on. Doing this immediately before conversion ensures the TOC links in the resulting PDF point to the correct pages even if you inserted, removed, or reordered sections during the most recent edit pass. A stale TOC is the most common source of broken internal links in converted documents.
Verify links with the cursor, not just visually
A hyperlink in a PDF may display as blue underlined text and look perfectly normal, yet have no link annotation attached at all because the conversion silently dropped the relationship. Always hover the cursor over each link after conversion to confirm it actually works. If the cursor changes from an arrow to a hand pointer, the annotation exists and the link is live. If the cursor stays as an arrow, the link broke during conversion and needs to be re-inserted in the source Word document before reconverting. Visual inspection alone is not sufficient.
Use descriptive link text rather than bare URLs
Link text like Visit our pricing page converts to a PDF annotation in exactly the same way as a bare URL like https://example.com/pricing, with no difference in the underlying mechanism. Descriptive link text is much easier to click on mobile devices because it provides a wider tap target, is better for screen readers and other accessibility tools, looks more polished in a printed copy of the document, and avoids the ugly visual interruption that a long bare URL creates in the middle of a paragraph. Always prefer descriptive text where the surrounding context allows.
More use-case guides for the same tool:
Open the full Word to PDF — free, no account needed, works on any device.
Open Word to PDF →Free · No account needed · Works on any device