Skip to content

Repository files navigation

doc2txt

Build StatusCoverage Status

A native Go reader for the old Microsoft Word .doc binary format files

Example usage:

f, _:=os.Open(`testData\simpleDoc.doc`)
buf, err:=ParseDoc(f)
iferr!=nil {
// handle error
}
// buf now contains an io.Reader which you can save to the file system or further transform

Special Thanks

A great big thank you to Richard Lehane. His (https://github.com/richardlehane/mscfb got me started, his https://github.com/richardlehane/doctool project got me closer and his answer to questions via email helped get me to the finish line. Thanks Richard!

About

A native Go reader for the old Microsoft Word .doc binary format files

Resources

Stars

18 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages