diff --git a/README.md b/README.md index 9e0abc2b..47428a5f 100644 --- a/README.md +++ b/README.md @@ -51,13 +51,13 @@ How to run the examples Resources --------- -* **Product page:** [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) -* **Documentation:** [.NET Word library](https://help.syncfusion.com/document-processing/word/word-library/net/overview) -* **Online demo:** [.NET Word library - Online demos](https://document.syncfusion.com/demos/word/salesinvoice#/bootstrap5) -* **Blog:** [.NET Word library - Blog](https://www.syncfusion.com/blogs/category/docio?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples) -* **Knowledge Base:** [.NET Word library - Knowledge Base](https://www.syncfusion.com/kb/aspnetcore/docio?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples) -* **Ebooks:** [.NET Word library - Ebooks](https://www.syncfusion.com/succinctly-free-ebooks?utm_source=nuget&utm_medium=listing&utm_campaign=aspnetcore-docio-nuget) -* **FAQ:** [.NET Word library - FAQ](https://www.syncfusion.com/faq/?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples) +* **Product page:** [Syncfusion® Word Framework](https://www.syncfusion.com/document-sdk/net-word-library) +* **Documentation:** [Syncfusion® Word library](https://help.syncfusion.com/document-processing/word/word-library/net/overview) +* **Online demo:** [Syncfusion® Word library - Online demos](https://document.syncfusion.com/demos/word/salesinvoice#/bootstrap5) +* **Blog:** [Syncfusion® Word library - Blog](https://www.syncfusion.com/blogs/category/docio?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples) +* **Knowledge Base:** [Syncfusion® Word library - Knowledge Base](https://www.syncfusion.com/kb/aspnetcore/docio?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples) +* **Ebooks:** [Syncfusion® Word library - Ebooks](https://www.syncfusion.com/succinctly-free-ebooks?utm_source=nuget&utm_medium=listing&utm_campaign=aspnetcore-docio-nuget) +* **FAQ:** [Syncfusion® Word library - FAQ](https://www.syncfusion.com/faq/?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples) Support and feedback -------------------- diff --git a/Videos/Fields/README.md b/Videos/Fields/README.md index 47e4b21d..fe649f04 100644 --- a/Videos/Fields/README.md +++ b/Videos/Fields/README.md @@ -6,7 +6,7 @@ This repository provides an example of how to work with fields in a Word documen This sample demonstrates how Word fields can be used to automate dynamic content in documents. Fields act as placeholders that display information such as page numbers, total pages, or dates, and they update automatically when the document changes. -Using the Word library, you can: +Using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library), you can: - Add fields like page numbers into headers or footers for consistent formatting. - Update fields to refresh their values after edits or content changes. diff --git a/Videos/LaTeXEquation/README.md b/Videos/LaTeXEquation/README.md index e2855d8c..e6a9b968 100644 --- a/Videos/LaTeXEquation/README.md +++ b/Videos/LaTeXEquation/README.md @@ -6,7 +6,7 @@ This repository provides an example of how to work with LaTeX equations in a Wor This sample shows how LaTeX syntax can be used to insert professional mathematical equations into Word documents. LaTeX is widely used in scientific and academic fields for typesetting complex formulas. -Using the Word library, you can: +Using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library), you can: - Create equations like area of a circle, quadratic formula, and Fourier series in a new Word document. - Add equations dynamically to an existing document at specific locations. diff --git a/Videos/WordToRTF/README.md b/Videos/WordToRTF/README.md index 4feca874..027b2b82 100644 --- a/Videos/WordToRTF/README.md +++ b/Videos/WordToRTF/README.md @@ -4,13 +4,13 @@ This repository provides an example of how to convert a Word document to RTF, an ## Process Behind Word–RTF Conversion -This sample shows how easily you can switch between Word (.docx) and Rich Text Format (.rtf) using the Word library. These conversions are useful when you need to: +This sample shows how easily you can switch between Word (.docx) and Rich Text Format (.rtf) using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library). These conversions are useful when you need to: - Share documents in a lightweight, widely supported RTF format. - Preserve text formatting while avoiding the full complexity of a DOCX file. - Integrate RTF files into applications that require plain rich-text formatting. -Using the Word library, you can: +Using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library), you can: - Convert a Word document (.docx) to an RTF file (.rtf). - Convert an RTF file (.rtf) back to a Word document (.docx). diff --git a/Videos/WordToText/README.md b/Videos/WordToText/README.md index 64aa270f..3c68dd02 100644 --- a/Videos/WordToText/README.md +++ b/Videos/WordToText/README.md @@ -4,8 +4,9 @@ This repository provides an example of how to convert a Word document to a text ## Process behind Word–Text Conversion -This sample shows how you can easily switch between Word and text formats using the Word library. These conversions are essential for scenarios such as storing content in a lightweight text format for efficient processing or extracting text for indexing and search operations. -Using the Word library, you can: +This sample shows how you can easily switch between Word and text formats using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library). These conversions are essential for scenarios such as storing content in a lightweight text format for efficient processing or extracting text for indexing and search operations. + +Using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library), you can: - Convert a Word document (.docx) to a plain text file (.txt). - Convert a text file (.txt) back to a Word document (.docx).