Click here to Skip to main content
15,892,809 members
Articles / Programming Languages / C#

Read Document Text Directly from Microsoft Word File

Rate me:
Please Sign up or sign in to vote.
4.97/5 (35 votes)
6 Jan 2008CPOL3 min read 177.6K   8.5K   92  
A simple way to obtain document text from *.doc file.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GetDocText", "GetDocText.csproj", "{AE0B2BE2-7234-4AE9-8278-A050F4467332}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{AE0B2BE2-7234-4AE9-8278-A050F4467332}.Debug.ActiveCfg = Debug|.NET
		{AE0B2BE2-7234-4AE9-8278-A050F4467332}.Debug.Build.0 = Debug|.NET
		{AE0B2BE2-7234-4AE9-8278-A050F4467332}.Release.ActiveCfg = Release|.NET
		{AE0B2BE2-7234-4AE9-8278-A050F4467332}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United States United States
I'm excited about computers and programming, since my school days. I have master's degree in software development and at the moment I'm a software developer at Cellbi Software.

Comments and Discussions