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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
