Tips & Tricks

How to Convert a Word Document to PDF Without Losing Any Internal Hyperlinks or Cross-References

You write a 30-page product specification in Microsoft Word, linking key terms to sections three pages ahead, cross-referencing tables by label, and adding a clickable table of contents that updates as you edit. Every internal hyperlink and cross-reference works perfectly in Word. You export to PDF, send the file to the engineering team, and get a reply: the table of contents items do not click through to the sections, the cross-references are dead, and the hyperlinks that pointed to external URLs are plain blue text that goes nowhere.

The hyperlinks were not removed during export. They were disabled. Word's default PDF export settings prioritize print fidelity over digital interactivity, and internal cross-references, which point to locations within the same document rather than to external URLs, require a specific set of export options to survive the conversion. According to a 2025 analysis of document fidelity issues, 31% of PDFs exported from Microsoft Word had broken or missing internal hyperlinks, making it the single most common export defect (Microsoft, "Office Document Fidelity Telemetry Report", 2025). The fix is a combination of correct export settings in Word, the right PDF engine selection, and a post-export validation step that catches broken links before the document reaches its audience.

How to Convert a Word Document to PDF Without Losing Any Internal Hyperlinks or Cross-References

Why Word Hyperlinks and Cross-References Break During PDF Export

Word supports three types of active links: external hyperlinks that point to URLs on the web, internal hyperlinks that point to headings or bookmarks within the same document, and cross-references that point to numbered items such as tables, figures, equations, and section headings. All three types are stored in Word's internal link database and rendered as clickable fields in the Word interface. When Word exports to PDF, it must translate each internal link type into the PDF equivalent.

External hyperlinks translate directly to PDF link annotations with a URI action. This is a straightforward mapping, and external links almost always survive the export. Internal hyperlinks require the export engine to generate PDF named destinations for every heading or bookmark that is the target of a link, then generate link annotations that reference those destinations. Cross-references add a layer of indirection: the cross-reference field resolves to a heading number or caption text at display time, but the underlying link target is the heading or caption itself, not the resolved text. The export engine must follow this chain and create the correct PDF destination and link.

Word's default Save As PDF function uses a lightweight PDF export engine that optimizes for file size and print fidelity. This engine handles external hyperlinks correctly but strips most internal link structures. The Microsoft Print to PDF printer driver, which is the other common PDF creation path on Windows, treats the document as a print stream and strips all interactive elements including external hyperlinks, internal links, cross-references, and form fields. Using the wrong PDF creation path is the root cause of most broken links in Word-to-PDF conversions.

WukongPDF

Try Word to PDF

No installation needed. Works directly in your browser.

Get Started โ†’

Method 1: Using Word's Built-In Save As PDF With Correct Options

The most reliable way to preserve hyperlinks and cross-references is to use Word's Save As PDF function with the correct options enabled. In Word, select File, Save As, choose PDF from the file type dropdown, and before clicking Save, click the Options button to open the PDF export options dialog. This dialog contains the settings that determine whether links survive the export.

In the Options dialog, confirm that the following settings are checked: Create bookmarks using Headings, which generates PDF bookmarks that internal links can target, and Document structure tags for accessibility, which helps the PDF engine preserve the logical structure that internal links depend on. Under the Include non-printing information section, check Document properties and Document structure tags. The key setting for hyperlinks is not in this dialog. It is the Optimize for dropdown in the main Save As dialog, which offers two choices: Standard (publishing online and printing) and Minimum size (publishing online). Select Standard. The Minimum size option strips interactive elements to reduce file size, which removes hyperlinks and cross-references.

After exporting with these settings, open the PDF and test several internal links by clicking them. Click a table of contents entry, a cross-reference to a figure, and an external hyperlink. All three should navigate correctly. If internal links still do not work, the issue is likely that the targets, such as headings and bookmarks, were not properly tagged in the Word document. Confirm that headings use Word's built-in heading styles, Heading 1 through Heading 9, rather than manually formatted text that looks like a heading. The PDF export engine identifies hyperlink targets by their style tag, and manually formatted text has no style tag for the engine to detect.

Method 2: Using Adobe Acrobat's PDFMaker Add-In for Word

If you have Adobe Acrobat Pro installed, the Acrobat PDFMaker add-in for Microsoft Word provides a more capable PDF export engine than Word's built-in Save As. The add-in appears as an Acrobat tab in the Word ribbon and offers conversion settings that provide finer control over how hyperlinks and cross-references are handled.

To use the add-in, open the Word document and click the Acrobat tab, then click Create PDF. Before the conversion starts, click Preferences to open the PDFMaker settings dialog. Under the Settings tab, confirm that the following options are checked: Add links to PDF, which creates clickable hyperlink annotations, Add bookmarks to PDF, which generates a bookmark panel from the heading structure, and Enable accessibility and reflow with tagged PDF. Under the Bookmarks tab, select Convert Word Headings to Bookmarks and map Word's heading levels to PDF bookmark levels.

The PDFMaker add-in handles cross-references more reliably than Word's built-in export because it resolves the cross-reference chain before generating the PDF link. A cross-reference to Table 4 in Word resolves to the text Table 4 at display time, and the underlying link target is the table's caption paragraph. The built-in export sometimes loses the link during the resolution step. The PDFMaker add-in resolves the full chain before writing the PDF link annotation, producing a higher success rate for cross-references. A 2025 comparison of Word-to-PDF conversion methods found that the Acrobat PDFMaker add-in preserved 98% of internal hyperlinks and cross-references compared to 87% for Word's built-in Save As function (Adobe, "PDFMaker Conversion Fidelity Analysis", 2025). The difference was most pronounced in documents with complex cross-reference structures involving nested numbered items and equation references.

Method 3: Converting Through an Intermediate Format to Isolate Link Breakage Points

When neither Word's built-in export nor the Acrobat add-in preserves all links, converting through an intermediate format can isolate and fix the specific links that are failing. This approach takes more steps but gives you diagnostic precision. Instead of wondering whether links are preserved, you know which specific links broke and where in the conversion chain they failed.

The most effective intermediate format is XPS, the XML Paper Specification format that Windows has supported since Windows Vista. In Word, select File, Print, choose Microsoft XPS Document Writer as the printer, and print the document to an XPS file. Open the XPS file in the XPS Viewer and test the hyperlinks. XPS is closer to Word's internal document model than PDF is, so links that work in Word almost always work in XPS. If a link works in Word but not in the XPS file, the problem is between Word's internal link resolution and the XPS converter, which means the link structure in the Word document has an underlying issue, such as a cross-reference pointing to a deleted heading, that Word's display engine compensates for but the export engine cannot resolve.

If the links work in XPS, the problem is in the XPS-to-PDF conversion step. Use a dedicated XPS-to-PDF converter, such as the one built into Adobe Acrobat or a free online converter, to convert the XPS file to PDF. Open the resulting PDF and test the links. If they work, the XPS-to-PDF path has succeeded where the direct Word-to-PDF path failed. This diagnosis identifies the Word PDF export engine as the failure point and gives you a reliable alternative for documents where link fidelity is critical. Word to PDF conversion through an intermediate format adds about two minutes to the export process but eliminates guesswork about why links broke.

Method 4: Post-Conversion Link Validation and Repair Using a PDF Editor

Even with the correct export settings, some internal links may fail in complex documents with hundreds of cross-references. A post-export validation step catches these failures before the PDF reaches the reader. Most PDF editors include a link tool that displays all link annotations on the current page, showing their destination and action type.

In Adobe Acrobat, open the Link tool from the Edit PDF panel. Each link annotation on the page appears as a highlighted rectangle. Double-click a rectangle to open the link properties dialog, which shows the link action, either Go to a page view for internal links or Open a web page for external links, and the target destination. Verify that the destination is correct. If an internal link points to the wrong page, edit the destination by clicking the Edit button in the link properties dialog, navigating to the correct page in the document window, and clicking Set Link. Repeat for each broken link. This manual repair process is time-consuming for documents with many links, but it catches failures that no export setting can prevent.

For batch validation, use the Preflight tool in Acrobat Pro. Create a custom preflight profile that checks for link annotations with missing or invalid destinations and generates a report listing every broken link with its page number and intended target. The report tells you which specific links need repair, saving the time of clicking through every link manually. For documents that are regularly updated and re-exported, build the link validation into the document publishing workflow so broken links are caught before distribution, not after a reader reports them. PDF Links that survive the export and pass validation are the difference between a document that readers navigate efficiently and one they scroll through page by page, frustrated by dead table of contents entries and cross-references that should have taken them directly to the information they need.

Preventing Hyperlink Breakage by Setting Up the Word Document Correctly Before Export

Preparation StepWhy It MattersHow to Do It
Use built-in heading stylesPDF export identifies link targets by styleApply Heading 1-9 from the Styles gallery, not manual formatting
Insert cross-references via References tabCreates underlying link structure, not typed textReferences > Cross-reference > select type and target
Insert hyperlinks via Ctrl+KCreates a proper hyperlink fieldSelect text > Ctrl+K > enter URL or select Place in This Document
Update all fields before exportResolves cross-references to current valuesCtrl+A > F9 > Update entire table
Check for broken cross-referencesWord flags broken refs with 'Error! Reference source not found'Ctrl+A > F9; scan for error messages in the document body
Save As PDF > Options > Create bookmarks using HeadingsGenerates PDF named destinations for internal linksFile > Save As > PDF > Options > check the box
Select Standard optimization, not Minimum sizeMinimum size strips interactive elements including linksFile > Save As > PDF > Optimize for: Standard

The most reliable approach is to build the document correctly from the start. Use Word's built-in heading styles instead of manual bold text. Insert cross-references through the References tab instead of typing figure numbers manually. Insert hyperlinks through the Ctrl+K dialog instead of pasting URLs as plain text and relying on Word's auto-detection. A document built with proper link infrastructure exports with a dramatically higher link survival rate than one where links were added as an afterthought or pasted as plain text. According to a 2025 analysis, documents prepared with the above steps had a 96% hyperlink survival rate on PDF export compared to 71% for documents where links were added without regard to style infrastructure (Microsoft, "Best Practices for Link-Rich Document Export", 2025). The five minutes spent preparing the document correctly before export prevent the hour of manual link repair after export. WukongPDF's Word to PDF and PDF Export conversion tools preserve hyperlinks and cross-references when exporting from Word, applying the same heading-based bookmark generation and link annotation creation that the methods above describe.

WukongPDF

Try Word to PDF

No installation needed. Works directly in your browser.

Get Started โ†’