From cbf1dcd8d06fa56fd40bd8e73eb607cf58e9a564 Mon Sep 17 00:00:00 2001 From: Suresh Mohan Date: Fri, 23 Jul 2021 17:56:26 +0530 Subject: [PATCH] Added a README file Added a README file and added necessary details. --- findandreplacetext/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 findandreplacetext/README.md 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)