Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting HTML Text out of Microsoft Word

Status
Not open for further replies.

ninja800

Programmer
Joined
Jul 22, 2003
Messages
8
Location
US
Hi,

I need to extract HTML out of Microsoft word doc. When I try to save microsoft doc as html there are other thing which I don't want as shown below. Is there any way I can save my word doc as simple html doc.

<meta name=ProgId content=Word.Document>
<meta name=Generator content=&quot;Microsoft Word 9&quot;>
<meta name=Originator content=&quot;Microsoft Word 9&quot;>
<link rel=File-List href=&quot;./NameAnil_files/filelist.xml&quot;>
<title>Name</title>
<!--[if gte mso 9]><xml>
<o:DocumentProperties>
<o:Author>adhingra</o:Author>
<o:LastAuthor>adhingra</o:LastAuthor>
<o:Revision>1</o:Revision>
<o:TotalTime>1</o:TotalTime>
<o:Created>2003-07-22T19:08:00Z</o:Created>
<o:LastSaved>2003-07-22T19:09:00Z</o:LastSaved>
<o:Pages>1</o:Pages>
<o:Company>Merrill Lynch</o:Company>
<o:Lines>1</o:Lines>
<o:Paragraphs>1</o:Paragraphs>
<o:Version>9.3821</o:Version>
</o:DocumentProperties>
</xml><![endif]-->

Thanks in advance

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top