Skip to content

A library for extracting text from office documents using the unoconv library

Notifications You must be signed in to change notification settings

HAASLEWER/uno-ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

uno-ext

A library for extracting text from office documents using the unoconv library

Requirements

unoconv lib

Usage

unoconv.convert('test.docx', 'txt', function (err, result) {
    console.log(result);
});

About

A library for extracting text from office documents using the unoconv library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published