wish to open / read docx file using client side technologies (HTML/JS).
kindly assist if this is possible . have found a Javascript library named docx.js but person
With docxtemplater, you can easily get the full text of a word (works with docx only) by using the doc.getFullText() method.
git clone https://github.com/edi9999/docxtemplater.git && cd docxtemplater
# git checkout v1.0.4 # Optional
npm install -g gulp jasmine-node uglify-js browserify
npm install
gulp allCoffee
mkdir build -p
browserify -r ./js/docxgen.js -s Docxgen > build/docxgen.js
uglifyjs build/docxgen.js > build/docxgen.min.js # Optional