Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------
Expand Down
2 changes: 1 addition & 1 deletion Videos/Fields/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Videos/LaTeXEquation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions Videos/WordToRTF/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
5 changes: 3 additions & 2 deletions Videos/WordToText/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
Loading