diff --git a/findandreplacetext/README.md b/findandreplacetext/README.md new file mode 100644 index 0000000..257fca4 --- /dev/null +++ b/findandreplacetext/README.md @@ -0,0 +1,5 @@ +# Find and replace text in Word document uisng Java +This repository has the Java code to find and replace text in a Word document in a productive way using Java + +## Blog reference +[7 Smart Ways to Find and Replace Text in a Word Document Using Java](https://www.syncfusion.com/blogs/post/find-and-replace-text-in-word-document-using-java.aspx)