diff --git a/Document-Processing-toc.html b/Document-Processing-toc.html
index 77958266f..a4d787bae 100644
--- a/Document-Processing-toc.html
+++ b/Document-Processing-toc.html
@@ -5963,6 +5963,9 @@
Excel to PDF Converter Settings
+
+ Performance Metrics
+
FAQ
diff --git a/Document-Processing/Excel/Conversions/Excel-to-PDF/NET/Performance-Metrics.md b/Document-Processing/Excel/Conversions/Excel-to-PDF/NET/Performance-Metrics.md
new file mode 100644
index 000000000..8c9d31681
--- /dev/null
+++ b/Document-Processing/Excel/Conversions/Excel-to-PDF/NET/Performance-Metrics.md
@@ -0,0 +1,54 @@
+---
+title: Excel to PDF Conversion Performance Metrics | Syncfusion
+description: This page provides an overview of performance metrics for Excel to PDF conversion using the Syncfusion Excel (XlsIO) Library.
+platform: document-processing
+control: XlsIO
+documentation: UG
+---
+
+# Excel to PDF Conversion Performance Metrics
+
+This section evaluates the performance of the Syncfusion XlsIO library in handling String, DateTime, Number, Boolean, and Formula data types during Excel to PDF conversion, providing insights into its efficiency and capabilities across various platforms.
+
+The table below illustrates the performance of data types for Excel to PDF conversion.
+
+
+
+ | Data types |
+ Test case Matrix |
+ XlsIO (ms) |
+ Sample |
+
+
+ | String |
+ 150 rows * 10000 columns |
+ 91631 |
+ GitHub page |
+
+
+ | DateTime |
+ 150 rows * 10000 columns |
+ 49827 |
+ GitHub page |
+
+
+ | Number |
+ 150 rows * 10000 columns |
+ 43515 |
+ GitHub page |
+
+
+ | Boolean |
+ 150 rows * 10000 columns |
+ 77212 |
+ GitHub page |
+
+
+ | Formula |
+ 150 rows * 10000 columns |
+ 33905 |
+ GitHub page |
+
+
+
+You can find the sample used for Excel to PDF conversion performance evaluation on this GitHub page.
\ No newline at end of file