Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / December 2006

Tip: Looking for answers? Try searching our database.

Open .doc file in web page

Thread view: 
Rahul - 18 Dec 2006 14:50 GMT
Hello All

I want to open an MS word file in jsp page, and want to display the
content on web page as html. The code I'm using is as follows :

<%
     String fileName = "c:\\rahul\\test\\readingfile\\abc.txt";

    BufferedReader is = new BufferedReader(new FileReader(fileName));

    String fileData = "";

    while((fileData = is.readLine()) != null)
    {
    out.println(fileData);
   }
%>

But, the data is not printing in proper format.

Please provide the solution.
Rhanking you

Rahul
Andrew Thompson - 18 Dec 2006 16:38 GMT
.....
> I want to open an MS word file in jsp page, and want to display the
> content on web page as html.

Export the Word doc. to HTML, (run HTMLTidy on
the result) then include it as you might any random
scrap of HTML.

>..The code I'm using is as follows :

That code is at least enough to demonstrate that
you have no idea what you are doing.

> But, the data is not printing in proper format.
>
> Please provide the solution.

You budget on this matter is, how much?

Andrew T.


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.