Skip to content

Commit 3c0b3c9

Browse files
committed
Word Find and Replace UTM URL Changes
1 parent 84069c8 commit 3c0b3c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Word Find and Replace examples
22

3-
This repository contains examples that illustrates how to find and replace text in Word documents programmatically in C# and VB.NET using Syncfusion [.NET Word library](https://www.syncfusion.com/word-framework/net/word-library?utm_source=github&utm_medium=listing&utm_campaign=word-find-and-replace-examples) (Essential DocIO) without Microsoft Word or Office interop dependencies.
3+
This repository contains examples that illustrates how to find and replace text in Word documents programmatically in C# and VB.NET using Syncfusion [.NET Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library?utm_source=github&utm_medium=listing&utm_campaign=word-find-and-replace-examples) (Essential DocIO) without Microsoft Word or Office interop dependencies.
44

55
## Find and replace text in Word documents using C#
66
The Syncfusion Word library (Essential DocIO) provides comprehensive APIs to find and replace text in a Word document with any desired text, image, hyperlink, paragraph, table, and part of a document or an entire document. It provides options to find text by matching case and whole words. You can find each occurrence one by one or all the occurrences of a text in the document. It saves your efforts and time by helping you to automate find and replace a pattern of text in a Word document using [Regex](https://docs.microsoft.com/en-us/dotnet/api/system.text.regularexpressions.regex). It allows you to save the resultant document as Word document (DOCX, WordML), PDF, image, HTML and more.
77

88
## NuGet packages
99

10-
NuGet is the one of the easiest ways to download and install Syncfusion [Word library](https://www.syncfusion.com/word-framework/net/word-library?utm_source=github&utm_medium=listing&utm_campaign=word-find-and-replace-examples) (Essential DocIO) to read, write, and edit Word documents. The following NuGet packages need to be installed in your application.
10+
NuGet is the one of the easiest ways to download and install Syncfusion [Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library?utm_source=github&utm_medium=listing&utm_campaign=word-find-and-replace-examples) (Essential DocIO) to read, write, and edit Word documents. The following NuGet packages need to be installed in your application.
1111

1212
|Platform(s)|Package name|
1313
|-----------|------------|
@@ -58,7 +58,7 @@ NuGet is the one of the easiest ways to download and install Syncfusion [Word li
5858

5959
## Resources
6060

61-
- **Product page:** [Syncfusion Word Framework](https://www.syncfusion.com/word-framework/net?utm_source=github&utm_medium=listing&utm_campaign=word-find-and-replace-examples)
61+
- **Product page:** [Syncfusion Word Framework](https://www.syncfusion.com/document-processing/word-framework/net?utm_source=github&utm_medium=listing&utm_campaign=word-find-and-replace-examples)
6262

6363
- **Documentation:** [Tables in Word document using Syncfusion Word library](https://help.syncfusion.com/file-formats/docio/working-with-tables?utm_source=github&utm_medium=listing&utm_campaign=word-find-and-replace-examples)
6464

0 commit comments

Comments
 (0)