From 26ab3711d62272b22620ec3fa95a70807702e9f1 Mon Sep 17 00:00:00 2001 From: VinothSF5015 Date: Wed, 6 May 2026 20:01:57 +0530 Subject: [PATCH 1/2] 9888833 - Content Added --- Document-Processing-toc.html | 3 +++ ...pport-hyperlinks-when-converting-excel-to-pdf.md | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-hyperlinks-when-converting-excel-to-pdf.md diff --git a/Document-Processing-toc.html b/Document-Processing-toc.html index b262ea62d..d219e2030 100644 --- a/Document-Processing-toc.html +++ b/Document-Processing-toc.html @@ -6776,6 +6776,9 @@
  • How to merge cells preserving topleft value and format in XlsIO?
  • +
  • + Does XlsIO support hyperlinks when converting Excel to PDF? +
  • diff --git a/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-hyperlinks-when-converting-excel-to-pdf.md b/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-hyperlinks-when-converting-excel-to-pdf.md new file mode 100644 index 000000000..a748a5c97 --- /dev/null +++ b/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-hyperlinks-when-converting-excel-to-pdf.md @@ -0,0 +1,13 @@ +--- +title: Does XlsIO support hyperlinks when 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. \ No newline at end of file From fd88a97957fb092e2f1e0a3ad0560313affb36bd Mon Sep 17 00:00:00 2001 From: VinothSF5015 Date: Wed, 6 May 2026 20:21:54 +0530 Subject: [PATCH 2/2] Update FAQ title for clarity on hyperlink support --- ...s-xlsio-support-hyperlinks-when-converting-excel-to-pdf.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-hyperlinks-when-converting-excel-to-pdf.md b/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-hyperlinks-when-converting-excel-to-pdf.md index a748a5c97..6fb638595 100644 --- a/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-hyperlinks-when-converting-excel-to-pdf.md +++ b/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-hyperlinks-when-converting-excel-to-pdf.md @@ -1,5 +1,5 @@ --- -title: Does XlsIO support hyperlinks when converting Excel to PDF? | Syncfusion +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 @@ -10,4 +10,4 @@ documentation: UG 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. \ No newline at end of file +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.