0.1.7 • Published 2 years ago

docx-revision-remover v0.1.7

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago