0.1.5 • Published 2 years ago

mhtdoc-to-html v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

mhtdoc-to-html

NPM Version

Convert Altchunks Word documents (.docx file) to HTML format.

Installing

Install mhtdoc-to-html using npm:

npm install --save mhtdoc-to-html

Or yarn:

yarn add mhtdoc-to-html

Using

import fs from 'fs';
import { MhtDocToHtml } from 'mhtdoc-to-html';

const buffer = fs.readFileSync('/document.docx');
const converter = new MhtDocToHtml(buffer);
const html = converter.convertToHtml();

console.log(html);

License

MIT

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago