TextAtAnyCost

Read text from Microsoft Office doc type format example: var text = new Doc().Parse("document.doc"); or string text; var isParsed = new Doc().TryParse(docBytes, out text);


Keywords
MSWord, Microsoft, Office, DOC, File, Type
Install
Install-Package TextAtAnyCost -Version 1.0.1

Documentation

TextAtAnyCost

Old PHP scripts to read text content from different binary formats:

  • DOC/PPT (using self-written CFB basic module)
  • PDF
  • RTF

As a bonus I included two modules to work with RAR archives without any additional extensions or programs:

  • read file list
  • create RAR archive without any compression or encryption