Description
Replace texts in a Word document.
Parameters
source: The source path - string - required
destination: The destination path - string - required
jsonKeyValue: The json findtext/replacetext - string - required
admin
json load "findReplace" "{}";
json iobject "findReplace" / "tagToReplace" "jim" STR;
msword replace
"/Users/jimmitry/Desktop/word1.doc"
"/Users/jimmitry/Desktop/word2.doc"
(json doc "findReplace");
mentdb
1