0.1.7 • Published 11 months ago

docx-revision-remover v0.1.7

Weekly downloads
2
License
MIT
Repository
github
Last release
11 months ago

docx-revision-remover

Accept all track changes in DOCX file

Install

$ npm install --save docx-revision-remover

Usage

const remover = require('docx-revision-remover');

const src = '../src.docx'
const result = await remover(src);
//=> '/var/folders/3x/jf5977fn79jbglr7rk0tq4d00000gn/T/4049f192-43e7-43b2-98d9-094e6760861b.docx'


const src = '../src.docx'
const dst = '/home/dst.docx'
const result = await remover(src,dst);
//=> '/home/dst.docx'

API

tempfile(src,dst)

src

Type: string

Input path

dst

Type: string

Output path

License

MIT ©

0.1.7

11 months ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago