docx-parser

0.2.1 • Public • Published

Docx-parser

A simple module to get the plain text from a docx file.

npm install --save docx-parser

exemple

var docxParser = require('docx-parser');

docxParser.parseDocx("example.docx", function(data){
        console.log(data)
})

github https://github.com/ayrtondumas/docx-parser

Readme

Keywords

none

Package Sidebar

Install

npm i docx-parser

Weekly Downloads

1,184

Version

0.2.1

License

ISC

Last publish

Collaborators

  • ayrtondumas