gulp-docx-to-html

1.0.2 • Public • Published

gulp-docx-to-html

Converts a word document (.docx) to html with gulp-ready and pipe-ready input/output. Unnecessary clutter consistent with .docx files is stripped. The file extension is also changed to .html before being output.

Getting Started

To install, simply use the npm installer.

Prerequisites

Requires utilization of npm and gulp.

npm init
npm install
npm install --save gulp

Deployment

    npm install gulp-docx-to-html
    var docxHtmlConverter = require('gulp-docx-converter);
    gulp.src('someFileDirectory/')
        .pipe(docxHtmlConverter())
        .pipe(gulp.dest('outputDirectory/'));

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    14
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    14
  • 1.0.1
    0

Package Sidebar

Install

npm i gulp-docx-to-html

Weekly Downloads

14

Version

1.0.2

License

ISC

Last publish

Collaborators

  • bridges