A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Arduino in Action
this week in the
General Computing
forum!
A special promo:
Enter your blog post or vote on a blogger to be featured in an upcoming Journal
JavaRanch
»
Java Forums
»
Java
»
Java in General
Author
Reading contents from microsoft word document
Amirtharaj Chinnaraj
Ranch Hand
Joined: Sep 28, 2006
Posts: 215
posted
Dec 21, 2006 22:21:00
0
hi guys
my need is to read the microsoft word document
and print it in the console while doing that
i faced a problem . iam getting some ascii characters that are
not present in the document. when i do the same thing with
text (*.txt) file things are fine
jeroen dijkmeijer
Ranch Hand
Joined: Sep 26, 2003
Posts: 131
posted
Dec 22, 2006 00:08:00
0
I think you should have a look at the POI (apache) framework.
regards,
Jeroen.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35429
9
posted
Dec 22, 2006 00:50:00
0
.
doc file
s contain many characters that are not part of the actual text (e.g., layout information and such). If you just want the text, use POI as suggested.
This page
explains how it can be used for text extraction.
Android apps
–
ImageJ plugins
–
Java web charts
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: Reading contents from microsoft word document
Similar Threads
Download to word and making word non-editable
Generate Microsoft Word Document using JSP
question on FileInputStream
Writing a Microsoft Word Doc using java
Generating a word document
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter