diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-images.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-images.md
index 985d1f6e41..de8eee062d 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-images.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-images.md
@@ -479,3 +479,4 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
* [How to extract the cropped image from WinForms Presentation in C#?](https://support.syncfusion.com/kb/article/15533/how-to-extract-the-cropped-image-from-winforms-presentation-in-c?)
* [How to extract the text from the images in PowerPoint presentation using C#?](https://support.syncfusion.com/kb/article/17137/how-to-extract-text-from-images-in-net-core-powerpoint-using-c)
* [How to edit the text of an existing slide and the alt text of an image in PowerPoint Presentation?](https://support.syncfusion.com/kb/article/17890/how-to-edit-the-text-of-an-existing-slide-and-the-alt-text-of-an-image-in-powerpoint-presentation)
+* [How to extract an .EMF images from the PPTX file in ASP.NET Core?](https://support.syncfusion.com/kb/article/22470/how-to-extract-an-emf-images-from-the-pptx-file-in-aspnet-core)
diff --git a/Document-Processing/Word/Conversions/Word-To-Image/NET/word-to-image.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/word-to-image.md
index 2737efd091..3d9643825a 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/NET/word-to-image.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/NET/word-to-image.md
@@ -6,7 +6,7 @@ control: DocIO
documentation: UG
---
-# Convert Word to Image using Syncfusion® Word library
+# Convert Word to Image in .NET using Syncfusion® Word library
Syncfusion® Word library (DocIO) allows you to convert Word document to image within a few lines of code in .NET applications and also it does not require Adobe and Microsoft Word application to be installed in the machine. Using this, you can create an input Word document from scratch or load an existing Word document and then easily convert to Image.
diff --git a/Document-Processing/Word/Conversions/Word-To-Image/overview.md b/Document-Processing/Word/Conversions/Word-To-Image/overview.md
index 18640d4224..50255972f4 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/overview.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/overview.md
@@ -390,3 +390,4 @@ During Word to Image conversions, if a glyph of the input text is unavailable in
* [How to convert Word to Image in Blazor WebAssembly (WASM)?](https://support.syncfusion.com/kb/article/12123/how-to-convert-word-to-image-in-blazor-webassembly-wasm)
* [How to resolve font problems during Word to Image conversion?](https://support.syncfusion.com/kb/article/13969/how-to-resolve-font-problems-during-word-to-pdf-or-image-conversion)
* [How to convert a chart to an image and replace it in a Word document?](https://support.syncfusion.com/kb/article/19752/how-to-convert-a-chart-to-an-image-and-replace-it-in-a-word-document)
+* [How to create thumbnail image for Word document in .NET?](https://support.syncfusion.com/kb/article/22462/how-to-create-thumbnail-image-for-word-document-in-net)
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/word-to-pdf.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/word-to-pdf.md
index a895bbff7c..e4f20c422d 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/word-to-pdf.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/word-to-pdf.md
@@ -6,7 +6,7 @@ control: DocIO
documentation: UG
---
-# Convert Word to PDF using Syncfusion® Word (DocIO) library
+# Convert Word to PDF in .NET using Syncfusion® Word (DocIO) library
Syncfusion® Word library (DocIO) allows you to convert Word document to PDF within a few lines of code in .NET applications and also it does not require Adobe and Microsoft Word application to be installed in the machine. Using this, you can create an input Word document from scratch or load an existing Word document and then easily convert to PDF.
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/overview.md b/Document-Processing/Word/Conversions/Word-To-PDF/overview.md
index b13905a24f..76c6761d90 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/overview.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/overview.md
@@ -292,3 +292,4 @@ When converting a Word document to a PDF, the presence of unsupported elements i
* [How to create a Word document with form fields from JSON and convert it to PDF?](https://support.syncfusion.com/kb/article/19823/how-to-create-a-word-document-with-form-fields-from-json-and-convert-it-to-pdf)
* [How to Rename PDF Bookmark in Word to PDF in .NET Core Word Document?](https://support.syncfusion.com/kb/article/19808/how-to-rename-pdf-bookmark-in-word-to-pdf-in-net-core-word-document)
* [How to check if a font contains the required glyphs for Word to PDF and image conversion?](https://support.syncfusion.com/kb/article/19671/how-to-check-if-a-font-contains-the-required-glyphs-for-word-to-pdf-and-image-conversion)
+* [How to Set Different Top Margins in a Word Document and Convert to PDF using C# .NET Core?](https://support.syncfusion.com/kb/article/22673/how-to-set-different-top-margins-in-a-word-document-and-convert-to-pdf-using-c-net-core)
diff --git a/Document-Processing/Word/Word-Library/NET/Working-With-Images.md b/Document-Processing/Word/Word-Library/NET/Working-With-Images.md
index 3cd1e5b432..41eec458d4 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-With-Images.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-With-Images.md
@@ -707,11 +707,12 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
* [How to extract images from ASP.NET Core Word Document?](https://support.syncfusion.com/kb/article/19583/how-to-extract-images-from-aspnet-core-word-document?)
* [How to replace SVG and other images in ASP.NET Word document?](https://support.syncfusion.com/kb/article/19459/how-to-replace-svg-and-other-images-in-aspnet-word-document?)
* [How to convert a chart to an image and replace it in a Word document?](https://support.syncfusion.com/kb/article/19752/how-to-convert-a-chart-to-an-image-and-replace-it-in-a-word-document)
-* [How to fix Images in a Specific Position in .Net Core Word Document?](https://support.syncfusion.com/kb/article/19660/how-to-fix-images-in-a-specific-position-in-net-core-word-document)
+* [How to fix Images in a Specific Position in .NET Core Word Document?](https://support.syncfusion.com/kb/article/19660/how-to-fix-images-in-a-specific-position-in-net-core-word-document)
* [How to Apply Border to an Image in .NET Core Word Document?](https://support.syncfusion.com/kb/article/19726/how-to-apply-border-to-an-image-in-net-core-word-document)
* [How to Find and Remove Corrupted Images in .NET Core Word Document?](https://support.syncfusion.com/kb/article/19605/how-to-find-and-remove-corrupted-images-in-net-core-word-document)
* [How to Convert Excel Worksheets to Images in .NET Core Word document?](https://support.syncfusion.com/kb/article/20162/how-to-convert-excel-worksheets-to-images-in-net-core-word-document)
* [How to resize images to fit owner element in NET Core Word document?](https://support.syncfusion.com/kb/article/21490/how-to-resize-images-to-fit-owner-element-in-net-core-word-document)
+* [How to extract all images from ASP.NET Core Word Document?](https://support.syncfusion.com/kb/article/19583/how-to-extract-all-images-from-aspnet-core-word-document)
## Frequently Asked Questions
diff --git a/Document-Processing/Word/Word-Library/NET/Working-with-Bookmarks.md b/Document-Processing/Word/Word-Library/NET/Working-with-Bookmarks.md
index cd034133d7..308b346c96 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Bookmarks.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Bookmarks.md
@@ -5,7 +5,7 @@ platform: document-processing
control: DocIO
documentation: UG
---
-# Working with Bookmarks
+# Working with Bookmarks in Word Library
A bookmark identifies a location or a selection of text within a document that you can name and identify for future reference.
@@ -1151,4 +1151,11 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
* [How to add bookmarks in the header and footer sections of a Word document?](https://support.syncfusion.com/kb/article/20101/how-to-add-bookmarks-in-the-header-and-footer-sections-of-a-word-document)
* [How to export content between two bookmarks as HTML in a Word document?](https://support.syncfusion.com/kb/article/20097/how-to-export-content-between-two-bookmarks-as-html-in-a-word-document)
* [How to apply a style to bookmark content in a Word document?](https://support.syncfusion.com/kb/article/20093/how-to-apply-a-style-to-bookmark-content-in-a-word-document)
-
+* [How to export Bookmarks content as HTML in .NET Core Word Document?](https://support.syncfusion.com/kb/article/22282/how-to-export-bookmarks-content-as-html-in-net-core-word-document)
+* [How to Add Bookmarks to All Paragraphs and Retrieve Their Contents in .NET Core Word document?](https://support.syncfusion.com/kb/article/22282/how-to-export-bookmarks-content-as-html-in-net-core-word-document)
+* [How to format bookmark content in ASP.NET Core Word Document?](https://support.syncfusion.com/kb/article/22143/how-to-format-bookmark-content-in-aspnet-core-word-document)
+* [How to Identify Bookmark Placement in Word Document in .NET Core?](https://support.syncfusion.com/kb/article/22205/how-to-identify-bookmark-placement-in-word-document-in-net-core)
+* [How to Find Nested Bookmarks in a Word Document in C# .NET Core?](https://support.syncfusion.com/kb/article/22187/how-to-find-nested-bookmarks-in-a-word-document-in-c-net-core)
+* [How to Rename a Bookmark in a Word Document using C# in ASP.NET Core?](https://support.syncfusion.com/kb/article/22347/how-to-rename-a-bookmark-in-a-word-document-using-c-in-aspnet-core)
+* [How to remove editable range in bookmark in DOCX using C# .NET Core?](https://support.syncfusion.com/kb/article/22315/how-to-remove-editable-range-in-bookmark-in-docx-using-c-net-core)
+* [How to replace a text with bookmark hyperlink in Word using .NET core?](https://support.syncfusion.com/kb/article/22577/how-to-replace-a-text-with-bookmark-hyperlink-in-word-using-net-core)
diff --git a/Document-Processing/Word/Word-Library/NET/Working-with-Hyperlinks.md b/Document-Processing/Word/Word-Library/NET/Working-with-Hyperlinks.md
index b34afe85dc..9213d5fa2b 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Hyperlinks.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Hyperlinks.md
@@ -5,7 +5,7 @@ platform: document-processing
control: DocIO
documentation: UG
---
-# Working with Hyperlinks
+# Working with Hyperlinks in Word Library
Hyperlinks have two parts: the address and display content.
@@ -448,3 +448,4 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
* [How to replace particular text with hyperlink in the Word document](https://support.syncfusion.com/kb/article/10326/how-to-replace-the-particular-text-with-hyperlink-in-word-document)
* [How to replace the URL of image hyperlink in Word document in C# and VB](https://support.syncfusion.com/kb/article/11259/how-to-replace-url-of-image-hyperlink-in-word-document)
* [How to remove a hyperlink from Word document in C# and VB](https://support.syncfusion.com/kb/article/9534/how-to-remove-hyperlink-from-a-word-document-using-c-vb-net)
+* [How to Remove the Underline from a Hyperlink in a Word Document?](https://support.syncfusion.com/kb/article/22778/how-to-remove-the-underline-from-a-hyperlink-in-a-word-document)
diff --git a/Document-Processing/Word/Word-Library/NET/Working-with-Paragraph.md b/Document-Processing/Word/Word-Library/NET/Working-with-Paragraph.md
index 896576f5c1..5e81b7b62c 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Paragraph.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Paragraph.md
@@ -1778,6 +1778,11 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
* [How to apply highlight color to fields in a Word document?](https://support.syncfusion.com/kb/article/20092/how-to-apply-highlight-color-to-fields-in-a-word-document)
* [How to Replace DISPLAYBARCODE Field with Image in DocIO .NET Core?](https://support.syncfusion.com/kb/article/19842/how-to-replace-displaybarcode-field-with-image-in-docio-net-core)
* [How to resize images to fit owner element in NET Core Word document?](https://support.syncfusion.com/kb/article/21490/how-to-resize-images-to-fit-owner-element-in-net-core-word-document)
+* [How to find and remove highlight color in a .NET Core Word Document](https://support.syncfusion.com/kb/article/22151/how-to-find-and-remove-highlight-color-in-a-net-core-word-document)
+* [How to Retrieve specific Headings with List Numbers in a .NET Core Word Document?](https://support.syncfusion.com/kb/article/17713/how-to-retrieve-specific-headings-with-list-numbers-in-a-net-core-word-document)
+* [How to set the proofing language to text in the Word document in .NET?](https://support.syncfusion.com/kb/article/22694/how-to-set-the-proofing-language-to-text-in-the-word-document-in-net)
+* [How to Apply Style for a Text Range in a Paragraph in .NET?](https://support.syncfusion.com/kb/article/22370/how-to-apply-style-for-a-text-range-in-a-paragraph-in-net)
+* [How to set proofing language for the contents in the Word document in .NET?](https://support.syncfusion.com/kb/article/22783/how-to-set-proofing-language-for-the-contents-in-the-word-document-in-net)
## Frequently Asked Questions
diff --git a/Document-Processing/Word/Word-Library/NET/Working-with-Tables.md b/Document-Processing/Word/Word-Library/NET/Working-with-Tables.md
index 863caa4938..a3f63c4688 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Tables.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Tables.md
@@ -2166,6 +2166,9 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
* [How to Keep Paragraphs Inside a Table in ASP.NET Core Word?](https://support.syncfusion.com/kb/article/19678/how-to-keep-paragraphs-inside-a-table-in-aspnet-core-word)
* [How to copy rows from one table to another while preserving formatting in a Word document?](https://support.syncfusion.com/kb/article/20307/how-to-copy-rows-from-one-table-to-another-while-preserving-formatting-in-a-word-document)
* [How to Remove Empty Tables from .NET Core Word Document?](https://support.syncfusion.com/kb/article/20090/how-to-remove-empty-tables-from-net-core-word-document)
+* [How to Find and Modify Table Content by Title in .NET Core Word?](https://support.syncfusion.com/kb/article/22375/how-to-find-and-modify-table-content-by-title-in-net-core-word)
+* [How to Add Table Row with Restarted Numbered List in .NET Core DocIO?](https://support.syncfusion.com/kb/article/22420/how-to-add-table-row-with-restarted-numbered-list-in-net-core-docio)
+* [How to convert word file to excel file by extract table data from a Word document and add those data into a worksheet in .NET?](https://support.syncfusion.com/kb/article/22815/how-to-convert-word-file-to-excel-file-by-extract-table-data-from-a-word-document-and-add-those-data-into-a-worksheet-in-net)
## Frequently Asked Questions
diff --git a/Document-Processing/Word/Word-Library/NET/Working-with-Word-document.md b/Document-Processing/Word/Word-Library/NET/Working-with-Word-document.md
index 6e2cd0095d..665ebd1f66 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Word-document.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Word-document.md
@@ -1096,9 +1096,12 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
* [Why it is not possible to access the Word document contents page by page?](https://support.syncfusion.com/kb/article/18815/why-it-is-not-possible-to-access-the-word-document-contents-page-by-page)
* [How to generate and insert a QR code in a Word Document?](https://support.syncfusion.com/kb/article/19794/how-to-generate-and-insert-a-qr-code-in-a-word-document)
* [How to Remove Empty Tables from .NET Core Word Document?](https://support.syncfusion.com/kb/article/20090/how-to-remove-empty-tables-from-net-core-word-document)
+* [How to Insert Page Breaks Before Heading in Word using C# .NET Core?](https://support.syncfusion.com/kb/article/22217/how-to-insert-page-breaks-before-heading-in-word-using-c-net-core)
+* [How to extract content from multiple Excel and insert it into a Word document?](https://support.syncfusion.com/kb/article/22266/how-to-extract-content-from-multiple-excel-and-insert-it-into-a-word-document)
## Frequently Asked Questions
* [How to attach a Template to a Word document?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/word-document-faqs#how-to-attach-a-template-to-a-word-document)
* [How to check the compatibility mode of the Word document?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/word-document-faqs#how-to-check-the-compatibility-mode-of-the-word-document)
* [Which units does Essential® DocIO uses for measurement properties such as size, margins, etc, in a Word document?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/word-document-faqs#which-units-does-essential-docio-uses-for-measurement-properties-such-as-size-margins-etc-in-a-word-document)
+* [How to Get the Font Name List Used in Word Document in C# .NET Core?](https://support.syncfusion.com/kb/article/22134/how-to-get-the-font-name-list-used-in-word-document-in-c-net-core)
diff --git a/Document-Processing/Word/Word-Library/NET/find-item-in-word-document.md b/Document-Processing/Word/Word-Library/NET/find-item-in-word-document.md
index 3d952a57e2..3a16993395 100644
--- a/Document-Processing/Word/Word-Library/NET/find-item-in-word-document.md
+++ b/Document-Processing/Word/Word-Library/NET/find-item-in-word-document.md
@@ -436,5 +436,7 @@ T> Passing null for both the property names and property values in the above API
* [How to find and replace text in heading paragraphs in a Word document](https://support.syncfusion.com/kb/article/17658/how-to-find-and-replace-text-in-heading-paragraphs-in-a-word-document)
* [How to replace a logo with text and another image with different text in a Word document](https://support.syncfusion.com/kb/article/17805/how-to-replace-a-logo-with-text-and-another-image-with-different-text-in-a-word-document)
-* [How to Find and Remove a Table by Title in .Net Core Word document?](https://support.syncfusion.com/kb/article/19677/how-to-find-and-remove-a-table-by-title-in-a-word-document)
+* [How to Find and Remove a Table by Title in .NET Core Word document?](https://support.syncfusion.com/kb/article/19677/how-to-find-and-remove-a-table-by-title-in-a-word-document)
* [How to Find and Remove Corrupted Images in .NET Core Word Document?](https://support.syncfusion.com/kb/article/19605/how-to-find-and-remove-corrupted-images-in-net-core-word-document)
+* [How to Delete Bracketed Content from Previous Paragraphs Up to a Specific Word in .NET Core Word Document?](https://support.syncfusion.com/kb/article/21772/how-to-delete-bracketed-content-from-previous-paragraphs-up-to-a-specific-word-in-net-core-word-document)
+* [How to Retrieve and Replace Superscript & Subscript in .NET Core Word?](https://support.syncfusion.com/kb/article/22160/how-to-retrieve-and-replace-superscript--subscript-in-net-core-word)
\ No newline at end of file
diff --git a/Document-Processing/Word/Word-Library/NET/html.md b/Document-Processing/Word/Word-Library/NET/html.md
index 11e022b5c1..5ec63f5d17 100644
--- a/Document-Processing/Word/Word-Library/NET/html.md
+++ b/Document-Processing/Word/Word-Library/NET/html.md
@@ -1363,4 +1363,5 @@ Underline types and colors are ignored.
* [How to merge header, body and footer from different HTML files into a Word document?](https://support.syncfusion.com/kb/article/17771/how-to-convert-webpage-to-word-document-using-c)
* [How to add numbers on pages in HTML to PDF in ASP.NET DocIO?](https://support.syncfusion.com/kb/article/19446/how-to-add-numbers-on-pages-in-html-to-pdf-in-aspnet-docio?isInternalRefresh=False)
* [How to restart numbering when replacing multiple texts with the same HTML list in Word document?](https://support.syncfusion.com/kb/article/19665/how-to-restart-numbering-when-replacing-multiple-texts-with-the-same-html-list-in-word-document)
-* [How to export content between two bookmarks as HTML in a Word document?](https://support.syncfusion.com/kb/article/20097/how-to-export-content-between-two-bookmarks-as-html-in-a-word-document)
\ No newline at end of file
+* [How to export content between two bookmarks as HTML in a Word document?](https://support.syncfusion.com/kb/article/20097/how-to-export-content-between-two-bookmarks-as-html-in-a-word-document)
+* [How to convert EMF Images to PNG in Word Documents and Export to HTML in .NET?](https://support.syncfusion.com/kb/article/22464/how-to-convert-emf-images-to-png-in-word-documents-and-export-to-html-in-net)
\ No newline at end of file
diff --git a/Document-Processing/Word/Word-Library/NET/rtf.md b/Document-Processing/Word/Word-Library/NET/rtf.md
index 9f9cb6fa7d..c7b2366c6a 100644
--- a/Document-Processing/Word/Word-Library/NET/rtf.md
+++ b/Document-Processing/Word/Word-Library/NET/rtf.md
@@ -115,3 +115,4 @@ The supported and unsupported features of DocIO based on file formats can be ref
* [How to copy the format of the text from an RTF string and apply it to text in DOCX format document?](https://support.syncfusion.com/kb/article/17903/how-to-copy-the-format-of-the-text-from-an-rtf-string-and-apply-it-to-text-in-docx-format-document)
* [How to Convert RTF to HTML and Vice Versa using .NET Core DocIO?](https://support.syncfusion.com/kb/article/19608/how-to-convert-rtf-to-html-and-vice-versa-using-net-core-docio?)
+* [How to convert RTF string to HTML string in .NET Word Library?](https://support.syncfusion.com/kb/article/22471/how-to-convert-rtf-string-to-html-string-in-net-word-library)
diff --git a/Document-Processing/Word/Word-Library/NET/text.md b/Document-Processing/Word/Word-Library/NET/text.md
index 3e5b64701e..51838e3d4a 100644
--- a/Document-Processing/Word/Word-Library/NET/text.md
+++ b/Document-Processing/Word/Word-Library/NET/text.md
@@ -166,3 +166,7 @@ document.Close()
{% endtabs %}
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Text-file-conversion/Retrieve-Word-document-as-plain-text).
+
+## See Also
+
+* [How to convert text file to RTF in .NET?](https://support.syncfusion.com/kb/article/22691/how-to-convert-text-file-to-rtf-in-net)
diff --git a/Document-Processing/Word/Word-Library/NET/working-with-mail-merge.md b/Document-Processing/Word/Word-Library/NET/working-with-mail-merge.md
index 4b7a203e72..10126c2ab7 100644
--- a/Document-Processing/Word/Word-Library/NET/working-with-mail-merge.md
+++ b/Document-Processing/Word/Word-Library/NET/working-with-mail-merge.md
@@ -312,12 +312,12 @@ You can restart the list numbering in a Word document during Mail merge. For fur
* [How to skip a range of records during mail merge in a Word document](https://support.syncfusion.com/kb/article/17718/how-to-skip-a-range-of-records-during-mail-merge-in-a-word-document?isInternalRefresh=False)
* [How to replace a merge field with an image from an HTML string in a Word document](https://support.syncfusion.com/kb/article/17810/how-to-replace-a-merge-field-with-an-image-from-an-html-string-in-a-word-document)
* [How to use conditional fields to add checkboxes during mail merge in a Word document?](https://support.syncfusion.com/kb/article/17847/how-to-use-conditional-fields-to-add-checkboxes-during-mail-merge-in-a-word-document)
-* [How to Set Size Images While Performing Mail Merge in ASP.NET Word?](https://support.syncfusion.com/kb/article/19132/how-to-set-size-images-while-performing-mail-merge-in-aspnet-word?)
+* [How to Set Size Images While Performing Mail merge in ASP.NET Word?](https://support.syncfusion.com/kb/article/19132/how-to-set-size-images-while-performing-mail-merge-in-aspnet-word?)
* [How to Display Field Result Horizontally in .NET Core Word?](https://support.syncfusion.com/kb/article/19130/how-to-display-field-result-horizontally-in-net-core-word?)
-* [Generate ID Card in Multi-Column Page by Mail Merge in ASP.NET Word.](https://support.syncfusion.com/kb/article/19133/generate-id-card-in-multi-column-page-by-mail-merge-in-aspnet-word?)
+* [Generate ID Card in Multi-Column Page by Mail merge in ASP.NET Word.](https://support.syncfusion.com/kb/article/19133/generate-id-card-in-multi-column-page-by-mail-merge-in-aspnet-word?)
* [How to Replace Merge Field with Markdown in .NET Core Word Document?](https://support.syncfusion.com/kb/article/19144/how-to-replace-merge-field-with-markdown-in-net-core-word-document?)
-* [Change the Date Format to German during Mail Merge in ASP.NET Word](https://support.syncfusion.com/kb/article/19141/change-the-date-format-to-german-during-mail-merge-in-aspnet-word?)
-* [How to Merge Two Records Per Page during Mail Merge in ASP.NET Word?](https://support.syncfusion.com/kb/article/17857/how-to-merge-two-records-per-page-during-mail-merge-in-aspnet-word?)
+* [Change the Date Format to German during Mail merge in ASP.NET Word](https://support.syncfusion.com/kb/article/19141/change-the-date-format-to-german-during-mail-merge-in-aspnet-word?)
+* [How to Merge Two Records Per Page during Mail merge in ASP.NET Word?](https://support.syncfusion.com/kb/article/17857/how-to-merge-two-records-per-page-during-mail-merge-in-aspnet-word?)
* [How to Fill a Single-Column Table with Rows in .NET Core Word](https://support.syncfusion.com/kb/article/19104/how-to-fill-a-single-column-table-with-rows-in-net-core-word?)
* [How to perform mail merge in Word document and convert it as PDF in WinForms?](https://support.syncfusion.com/kb/article/19782/how-to-perform-mail-merge-in-word-document-and-convert-it-as-pdf-in-winforms)
* [How to remove empty rows after mail merge in a Word document?](https://support.syncfusion.com/kb/article/19766/how-to-remove-empty-rows-after-mail-merge-in-a-word-document)
@@ -331,13 +331,17 @@ You can restart the list numbering in a Word document during Mail merge. For fur
* [How to insert multiple images into a single merge field during mail merge in a Word document?](https://support.syncfusion.com/kb/article/19775/how-to-insert-multiple-images-into-a-single-merge-field-during-mail-merge-in-a-word-document)
* [How to execute mail merge fields in a textbox, header, or footer in a Word document?](https://support.syncfusion.com/kb/article/19773/how-to-execute-mail-merge-fields-in-a-textbox-header-or-footer-in-a-word-document)
* [How to sum repeating merge field values during mail merge in a Word document?](https://support.syncfusion.com/kb/article/19784/how-to-sum-repeating-merge-field-values-during-mail-merge-in-a-word-document)
-* [How to Execute Nested Group Mail Merge with JSON in ASP.NET Core Word?](https://support.syncfusion.com/kb/article/19550/how-to-execute-nested-group-mail-merge-with-json-in-aspnet-core-word?)
+* [How to Execute Nested Group Mail merge with JSON in ASP.NET Core Word?](https://support.syncfusion.com/kb/article/19550/how-to-execute-nested-group-mail-merge-with-json-in-aspnet-core-word?)
* [How to Replace Merge Fields with Markdown and URLs in .NET Core Word?](https://support.syncfusion.com/kb/article/19622/how-to-replace-merge-fields-with-markdown-and-urls-in-net-core-word?isInternalRefresh=False)
* [How to Replace Merge Fields with Markdown Content in .NET Core Word?](https://support.syncfusion.com/kb/article/19630/how-to-replace-merge-fields-with-markdown-content-in-net-core-word?)
* [How to generate a QR code from a URL and insert it into a Word document during mail merge?](https://support.syncfusion.com/kb/article/19819/how-to-generate-a-qr-code-from-a-url-and-insert-it-into-a-word-document-during-mail-merge)
-* [How to change the font of hindi text during mail merge in a Word document?](https://support.syncfusion.com/kb/article/19789/how-to-change-the-font-of-hindi-text-during-mail-merge-in-a-word-document)
-* [How to Mail Merge Two Data Sources in a Word Document .NET Core?](https://support.syncfusion.com/kb/article/20360/how-to-mail-merge-two-data-sources-in-a-word-document-net-core)
+* [How to change the font of Hindi text during mail merge in a Word document?](https://support.syncfusion.com/kb/article/19789/how-to-change-the-font-of-hindi-text-during-mail-merge-in-a-word-document)
+* [How to Mail merge Two Data Sources in a Word Document .NET Core?](https://support.syncfusion.com/kb/article/20360/how-to-mail-merge-two-data-sources-in-a-word-document-net-core)
* [How to Generate Invoices with Dynamic in Word Document .NET Core?](https://support.syncfusion.com/kb/article/20106/how-to-generate-invoices-with-dynamic-in-word-document-net-core)
-* [How to Convert Mail Merge to PDF in ASP.NET Core?](https://support.syncfusion.com/kb/article/20107/how-to-convert-mail-merge-to-pdf-in-aspnet-core)
+* [How to Convert mail merge to PDF in ASP.NET Core?](https://support.syncfusion.com/kb/article/20107/how-to-convert-mail-merge-to-pdf-in-aspnet-core)
* [How to perform mail merge in Word with XML data containing HTML tags in C#?](https://support.syncfusion.com/kb/article/20109/how-to-perform-mail-merge-in-word-with-xml-data-containing-html-tags-in-c)
-* [How to Change the Merge Field Name in ASP.NET Word?](https://support.syncfusion.com/kb/article/19117/how-to-change-the-merge-field-name-in-aspnet-word)
\ No newline at end of file
+* [How to Change the Merge Field Name in ASP.NET Word?](https://support.syncfusion.com/kb/article/19117/how-to-change-the-merge-field-name-in-aspnet-word)
+* [How to Generate Invoices from XML Data in .NET Core Word Document?](https://support.syncfusion.com/kb/article/22139/how-to-generate-invoices-from-xml-data-in-net-core-word-document)
+* [How to Insert Hyperlink during mail merge in .NET Core Word Document?](https://support.syncfusion.com/kb/article/22223/how-to-insert-hyperlink-during-mail-merge-in-net-core-word-document)
+* [How to Modify Number or Date Formats in Word mail merge Fields at Runtime using C# .NET Core?](https://support.syncfusion.com/kb/article/22487/how-to-modify-number-or-date-formats-in-word-mail-merge-fields-at-runtime-using-c-net-core)
+* [How to Insert Merge Field at Bookmark in Word Document in .NET Core?](https://support.syncfusion.com/kb/article/22574/how-to-insert-merge-field-at-bookmark-in-word-document-in-net-core)
\ No newline at end of file