Skip to content

Commit f2139f1

Browse files
committed
Update README files
1 parent 39e0c15 commit f2139f1

5 files changed

Lines changed: 14 additions & 13 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ How to run the examples
5151
Resources
5252
---------
5353

54-
* **Product page:** [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library)
55-
* **Documentation:** [.NET Word library](https://help.syncfusion.com/document-processing/word/word-library/net/overview)
56-
* **Online demo:** [.NET Word library - Online demos](https://document.syncfusion.com/demos/word/salesinvoice#/bootstrap5)
57-
* **Blog:** [.NET Word library - Blog](https://www.syncfusion.com/blogs/category/docio?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples)
58-
* **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)
59-
* **Ebooks:** [.NET Word library - Ebooks](https://www.syncfusion.com/succinctly-free-ebooks?utm_source=nuget&utm_medium=listing&utm_campaign=aspnetcore-docio-nuget)
60-
* **FAQ:** [.NET Word library - FAQ](https://www.syncfusion.com/faq/?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples)
54+
* **Product page:** [Syncfusion® Word Framework](https://www.syncfusion.com/document-sdk/net-word-library)
55+
* **Documentation:** [Syncfusion® Word library](https://help.syncfusion.com/document-processing/word/word-library/net/overview)
56+
* **Online demo:** [Syncfusion® Word library - Online demos](https://document.syncfusion.com/demos/word/salesinvoice#/bootstrap5)
57+
* **Blog:** [Syncfusion® Word library - Blog](https://www.syncfusion.com/blogs/category/docio?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples)
58+
* **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)
59+
* **Ebooks:** [Syncfusion® Word library - Ebooks](https://www.syncfusion.com/succinctly-free-ebooks?utm_source=nuget&utm_medium=listing&utm_campaign=aspnetcore-docio-nuget)
60+
* **FAQ:** [Syncfusion® Word library - FAQ](https://www.syncfusion.com/faq/?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples)
6161

6262
Support and feedback
6363
--------------------

Videos/Fields/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository provides an example of how to work with fields in a Word documen
66

77
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.
88

9-
Using the Word library, you can:
9+
Using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library), you can:
1010

1111
- Add fields like page numbers into headers or footers for consistent formatting.
1212
- Update fields to refresh their values after edits or content changes.

Videos/LaTeXEquation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository provides an example of how to work with LaTeX equations in a Wor
66

77
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.
88

9-
Using the Word library, you can:
9+
Using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library), you can:
1010

1111
- Create equations like area of a circle, quadratic formula, and Fourier series in a new Word document.
1212
- Add equations dynamically to an existing document at specific locations.

Videos/WordToRTF/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ This repository provides an example of how to convert a Word document to RTF, an
44

55
## Process Behind Word–RTF Conversion
66

7-
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:
7+
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:
88

99
- Share documents in a lightweight, widely supported RTF format.
1010
- Preserve text formatting while avoiding the full complexity of a DOCX file.
1111
- Integrate RTF files into applications that require plain rich-text formatting.
1212

13-
Using the Word library, you can:
13+
Using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library), you can:
1414

1515
- Convert a Word document (.docx) to an RTF file (.rtf).
1616
- Convert an RTF file (.rtf) back to a Word document (.docx).

Videos/WordToText/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ This repository provides an example of how to convert a Word document to a text
44

55
## Process behind Word–Text Conversion
66

7-
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.
8-
Using the Word library, you can:
7+
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.
8+
9+
Using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library), you can:
910

1011
- Convert a Word document (.docx) to a plain text file (.txt).
1112
- Convert a text file (.txt) back to a Word document (.docx).

0 commit comments

Comments
 (0)