You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by Smita Khanna <sm...@in.ibm.com> on 2008/06/17 06:00:22 UTC

displaying word document in a html format


hi,
my question is same as earlier i had written
( I am using apache poi for reading word document.It is reading a text
document perfectly but as per my requirment i want it to read doc file as a
html page.)
I am reading word doc using hwpf component of apache poi.Now i want to
display the contents of word doc in a html format .
 content should look like this:
<head>title</head>
<body><p>this is a demo</p>
<img src=" "></img></body>
means it should read all the tags in a document.
is there any way to display it ?

with regards
smita


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@poi.apache.org
For additional commands, e-mail: user-help@poi.apache.org