Skip to content

mvbalaw/DocxToText

Repository files navigation

DocxToText ReadMe

Description

A simple library for extracting text from Microsoft Word docx files.

Usage:

var text = new Reader().GetTextFromFile(docxFileName);

How To Build:

The build script requires Ruby with rake installed.

  1. Run InstallGems.bat to get the ruby dependencies (only needs to be run once per computer)
  2. open a command prompt to the root folder and type rake to execute rakefile.rb

If you do not have ruby:

  1. open src\DocxToText.sln with Visual Studio and build the solution

License

MIT License

This project is part of MVBA's Open Source Projects.

If you have questions or comments about this project, please contact us at mailto:opensource@mvbalaw.com.

About

extracts the text from a Microsoft Word docx file

Resources

License

Stars

Watchers

Forks

Packages

No packages published