docx-metadata
v0.1.0
Published
docx metadata getter
Downloads
18
Readme
Docx-metea
A simple module to get the the metadata from a docx file.
npm install --save docx-metadata
exemple
var docxMetaData = require('docx-metadata');
docxMetaData.getMetaData('example.docx', function(meta){
console.log(meta);
})
github https://github.com/ayrtondumas/docx-metadata