diff --git a/Document-Processing-toc.html b/Document-Processing-toc.html
index 3d17d1252..c9d1734e6 100644
--- a/Document-Processing-toc.html
+++ b/Document-Processing-toc.html
@@ -5628,6 +5628,9 @@
 									
 										Does XlsIO support internal links when converting Excel to PDF?
 									
+									     							
+										Does XlsIO support converting an XML file to PDF?
+									
 								
 							
 						
diff --git a/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-converting-an-xml-file-to-pdf.md b/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-converting-an-xml-file-to-pdf.md
new file mode 100644
index 000000000..b6e20ccf3
--- /dev/null
+++ b/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-converting-an-xml-file-to-pdf.md
@@ -0,0 +1,11 @@
+---
+title: Converting an XML file to PDF | Syncfusion
+description: This page explains whether Syncfusion XlsIO supports converting an XML file to PDF using Syncfusion .NET Excel library (XlsIO).
+platform: document-processing
+control: XlsIO
+documentation: UG
+---
+
+# Does XlsIO support converting an XML file to PDF?
+
+No, XlsIO is specifically designed for working with Microsoft Excel files. While it can process Excel files that use XML-based formats internally, it does not support transforming general XML files or converting them to PDF.
\ No newline at end of file