Key Details of Code7248.word_reader

  • Let your application read .doc and .docx files using .NET Library (C#).
  • Last updated on
  • There have been 3 updates
  • Virus scan status:

    Clean (it’s extremely likely that this software program is clean)


Developer’s Description

Let your application read .doc and .docx files using .NET Library (C#).
A simple .NET Library compatible with .NET 2.0, 3.0, 3.5 and 4.0 for C#. It can currently extract only the raw text from a .doc or .docx file. Use a RichTextBox instead of a normal TextBox to retain formatting, if you want to display it in your form. How to use:Add a reference to the dll "Code7248.word_reader.dll"Also add a using Statement as "using Code7248.word_reader;"To extract text, use:TextExtractor extractor = new TextExtractor(PathToWordDocument); string text = extractor.ExtractText(); //The string 'text' is now loaded with the text from the Word Document.


Explore More


Full Specifications

GENERAL
Release
Latest update
Version
1.0
OPERATING SYSTEMS
Platform
Windows
Operating System
  • Windows Vista
  • Windows XP
  • Windows 7
  • Windows 10
Additional Requirements
.NET Framework 2.0, 3.0, 3.5 or 4.0
POPULARITY
Total Downloads
86
Downloads Last Week
0

Report Software

Program available in other languages


Last Updated