Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Document-Processing-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -6776,6 +6776,9 @@
<li>
<a href="/document-processing/excel/excel-library/net/faqs/how-to-merge-cells-preserving-topleft-value-and-format-in-xlsio">How to merge cells preserving topleft value and format in XlsIO?</a>
</li>
<li>
<a href="/document-processing/excel/excel-library/net/faqs/does-xlsio-support-hyperlinks-when-converting-excel-to-pdf">Does XlsIO support hyperlinks when converting Excel to PDF?</a>
</li>
</ul>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Does XlsIO support hyperlinks converting Excel to PDF? | Syncfusion
description: This FAQ explains why hyperlinks in Excel become inactive when converted to PDF using XlsIO, as workbook-level hyperlinks cannot be exported during conversion.
platform: document-processing
control: XlsIO
documentation: UG
---

# Does XlsIO support hyperlinks when converting Excel to PDF?

In Microsoft Excel, hyperlinks serve as bookmarks for navigating within a workbook. When exporting an Excel file to PDF format, the file links become disabled. This is a known behavior that occurs because XlsIO cannot export workbook-level hyperlinks during the conversion process.

This behavior is by design in Syncfusion XlsIO, as the PDF export functionality does not preserve hyperlinks that link to external files or bookmarks within the workbook.