diff --git a/Document-Processing-toc.html b/Document-Processing-toc.html
index 5280710d9b..af69a40173 100644
--- a/Document-Processing-toc.html
+++ b/Document-Processing-toc.html
@@ -8282,6 +8282,9 @@
+
+ | Operation |
+ Input Details |
+ Syncfusion® Time (sec) |
+ GitHub Example |
+
+
+ | {{'[DOCX to MD](https://help.syncfusion.com/document-processing/word/conversions/word-to-markdown-conversion)'| markdownify }} |
+ 100 pages |
+ 1.6 |
+ {{'[GitHub-Example](https://github.com/SyncfusionExamples/Markdown-Examples/tree/master/Performance-metrices/DOCX-to-MD/)'| markdownify }} |
+
+
+ | {{'[RTF to MD](https://help.syncfusion.com/document-processing/word/conversions/rtf-conversions)'| markdownify }} |
+ 100 pages |
+ 4.4 |
+ {{'[GitHub-Example](https://github.com/SyncfusionExamples/Markdown-Examples/tree/master/Performance-metrices/RTF-to-MD/)'| markdownify }} |
+
+
+ | {{'[HTML to MD](https://help.syncfusion.com/document-processing/markdown/conversions/html-conversions)'| markdownify }} |
+ 100 pages |
+ 5.3 |
+ {{'[GitHub-Example](https://github.com/SyncfusionExamples/Markdown-Examples/tree/master/Performance-metrices/HTML-to-MD/)'| markdownify }} |
+
+
+ | {{'[PDF to MD](https://help.syncfusion.com/document-processing/data-extraction/net/conversions/pdf-to-markdown)'| markdownify }} |
+ 50 pages |
+ 186 |
+ {{'[GitHub-Example](https://github.com/SyncfusionExamples/Markdown-Examples/tree/master/Performance-metrices/PDF-to-MD/)'| markdownify }} |
+
+
+ | {{'[PPTX to MD](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-markdown)'| markdownify }} |
+ 100 Slides |
+ 7.01 |
+ {{'[GitHub-Example](https://github.com/SyncfusionExamples/Markdown-Examples/tree/master/Performance-metrices/PPTX-to-MD/)'| markdownify }} |
+
+
+ | {{'[Excel to MD](https://help.syncfusion.com/document-processing/excel/conversions/excel-to-markdown/overview)'| markdownify }} |
+ Data type - Text (1000 cells) |
+ 0.04 |
+ {{'[GitHub-Example](https://github.com/SyncfusionExamples/Markdown-Examples/tree/master/Performance-metrices/Excel-to-MD/)'| markdownify }} |
+
+
+
+N> Execution times are based on the sample documents and may vary with different content or environments.
+
diff --git a/Document-Processing/Markdown/Markdown-Library/NET/Performance-metrics.md b/Document-Processing/Markdown/Markdown-Library/NET/Performance-metrics.md
new file mode 100644
index 0000000000..0b418d8dbe
--- /dev/null
+++ b/Document-Processing/Markdown/Markdown-Library/NET/Performance-metrics.md
@@ -0,0 +1,56 @@
+---
+title: Markdown library Performance benchmark results | Syncfusion
+description: Know about the performance benchmark results of the Markdown library with different document sizes
+platform: document-processing
+control: Markdown
+documentation: UG
+---
+
+# Performance Metrics in Markdown Library
+
+Syncfusion® Markdown Document Processing library is a .NET class library used to create, read, and edit Markdown documents programmatically. This performance benchmark report highlights the speed and efficiency of key operations, demonstrating how Markdown handles large-scale document processing in real-world scenarios.
+
+## Environment
+
+The following system configurations were used for benchmarking:
+
+* **Operating System:** Windows 11
+* **Processor:** AMD Ryzen 5 7520U with Radeon Graphics
+* **RAM:** 16GB
+* **.NET Version:** .NET 8.0
+* **Syncfusion