node-easy-docx
NodeJs library to parse docx file content into JSON format.
node-easy-docx provides a simple solution to parse Office Open XML format files, ONLY docx, into JSON Object.
Please read Office Open XML for more information.
Why JSON Objects?
node-easy-docx exposes .docx file into well structured and organized JSON objects. Using JavaScript, you can easily render HTML or any other document.
Features
Currently node-easy-docx supports paragraphs and text formats only. Other features like - Images, Tables, Absolute contents are still in development.
Installation
npm install --save node-easy-docx
Usage
const EasyDocx =const easyDocx =path: 'path/to/docx/file'easyDocx