MS Word Document Conversion to HTML using Java API

Java, C++, C#, Delphi... - Using the UNO bridges
Post Reply
j_4jamshaid
Posts: 3
Joined: Thu Jun 04, 2009 8:44 am

MS Word Document Conversion to HTML using Java API

Post by j_4jamshaid »

Hi All,
i have just strated exploring openOffice. I am a java developer and my Objective is to write a java utility that would parse the MS Word documents in to HTML. Can any advise me some directions to move forward to achieve this objective. Please share!

--Ahsan Jamshaid...
OOo 3.0.X on Ms Windows XP + Vista
mathew
Posts: 7
Joined: Sat Apr 19, 2008 3:04 am

Re: MS Word Document Converstion to HTML using Java API

Post by mathew »

The simplest way to approach this is to open the document in Open Office and then save the document as HTML.

I have used jodconverter for similar tasks.
Sourceforge projects using OpenOffice: asas & hubung
Post Reply