Return-Path: Delivered-To: apmail-jakarta-poi-user-archive@www.apache.org Received: (qmail 46408 invoked from network); 25 Mar 2004 14:33:10 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 25 Mar 2004 14:33:10 -0000 Received: (qmail 44393 invoked by uid 500); 25 Mar 2004 14:33:04 -0000 Delivered-To: apmail-jakarta-poi-user-archive@jakarta.apache.org Received: (qmail 44091 invoked by uid 500); 25 Mar 2004 14:33:02 -0000 Mailing-List: contact poi-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "POI Users List" Reply-To: "POI Users List" Delivered-To: mailing list poi-user@jakarta.apache.org Received: (qmail 44066 invoked from network); 25 Mar 2004 14:33:01 -0000 Received: from unknown (HELO tdsupport.ksc.nasa.gov) (163.205.16.2) by daedalus.apache.org with SMTP; 25 Mar 2004 14:33:01 -0000 Received: from tdryan ([163.205.218.126]) by tdsupport.ksc.nasa.gov (8.11.6/8.11.6) with SMTP id i2PDoPV23173 for ; Thu, 25 Mar 2004 08:50:25 -0500 Message-ID: <002001c41276$d6465170$7edacda3@tdryan> Reply-To: "Ryan Ackley" From: "Ryan Ackley" To: "POI Users List" References: <20040325140222.66543.qmail@web41204.mail.yahoo.com> Subject: Re: What are the known bugs in WordDocument class Date: Thu, 25 Mar 2004 09:38:28 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N What do you want to do? Here is getting the text: FileInputStream in = new FileInputStream("C:\\test.doc"); HWPFDocument doc = new HWPFDocument(in); doc.getRange().text(); ----- Original Message ----- From: "Koundinya (Sudhakar Chavali)" To: "POI Users List" ; "Ryan Ackley" Sent: Thursday, March 25, 2004 9:02 AM Subject: Re: What are the known bugs in WordDocument class > Yes, > that helps me to initialise my base work of my project > > Thanks, > Sudhakar > > --- Ryan Ackley wrote: > > The HWPFDocument class cannot handle complex word files. Do > > you still want > > an example? > > > > -Ryan > > > > ----- Original Message ----- > > From: "Koundinya (Sudhakar Chavali)" > > > > To: "Ryan Ackley" > > Cc: > > Sent: Thursday, March 25, 2004 2:39 AM > > Subject: Re: What are the known bugs in WordDocument class > > > > > > > OK > > > > > > Can I have the sample example to understand HWPFDocument. My > > > Work is totally related to parse the Word Document to text. > > > > > > And also please let me know, What is the length of the file > > that > > > it can handle. > > > > > > > > > > > > thanks, > > > sudhakar > > > > > > > > > --- Ryan Ackley wrote: > > > > Textmining.org does not support fast saved files and > > neither > > > > does POI > > > > > > > > -Ryan > > > > > > > > ----- Original Message ----- > > > > From: "Koundinya (Sudhakar Chavali)" > > > > > > > > To: "Ryan Ackley" ; "POI Users List" > > > > > > > > Sent: Thursday, March 25, 2004 12:16 AM > > > > Subject: Re: What are the known bugs in WordDocument class > > > > > > > > > > > > > Hi Ryan, > > > > > > > > > > I am talking here about fast saved files. > > > > > > > > > > > > > > > > > > > > thanks, > > > > > Sudhakar > > > > > > > > > > --- Ryan Ackley wrote: > > > > > > I'm not sure of your definition of "complex". For Word > > > > files, > > > > > > there is > > > > > > "complex" used as a simple adjective and "complex" > > used to > > > > > > describe a > > > > > > special format that Word uses. > > > > > > > > > > > > ----- Original Message ----- > > > > > > From: "Koundinya (Sudhakar Chavali)" > > > > > > > > > > > > To: "POI Users List" ; > > "Ryan > > > > > > Ackley" > > > > > > > > > > > > Sent: Wednesday, March 24, 2004 9:32 PM > > > > > > Subject: Re: What are the known bugs in WordDocument > > class > > > > > > > > > > > > > > > > > > > Will the new class(HWPFDocument) handles Complex > > file > > > > > > structure? > > > > > > > > > > > > > > When I had done initial test with the WordDocument > > > > class, I > > > > > > have > > > > > > > found that it is raising exceptions for complex file > > > > parsing > > > > > > > > > > > > > > thanks, > > > > > > > Sudhakar > > > > > > > > > > > > > > > > > > > > > --- Ryan Ackley wrote: > > > > > > > > The WordDocument class is being deprecated. Use > > the > > > > > > > > HWPFDocument class > > > > > > > > instead. > > > > > > > > > > > > > > > > -Ryan > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > > > From: "Koundinya (Sudhakar Chavali)" > > > > > > > > > > > > > > > > To: "POI Users List" > > ; > > > > "Ryan > > > > > > > > Ackley" > > > > > > > > > > > > > > > > Sent: Wednesday, March 24, 2004 7:47 AM > > > > > > > > Subject: What are the known bugs in WordDocument > > class > > > > > > > > > > > > > > > > > > > > > > > > > Hello World, > > > > > > > > > > > > > > > > > > I would like to know what are the know bugs of > > > > > > > > > org.apache.poi.hdf.extractor.WordDocument.java > > class > > > > and > > > > > > > > what > > > > > > > > > are it's limitations. I am asking this because, > > I > > > > wanted > > > > > > to > > > > > > > > use > > > > > > > > > the POI in my project > > > > > > > > > > > > > > > > > > Thanks, > > > > > > > > > Sudhakar > > > > > > > > > > > > > > > > > > __________________________________ > > > > > > > > > Do you Yahoo!? > > > > > > > > > Yahoo! Finance Tax Center - File online. File on > > > > time. > > > > > > > > > http://taxes.yahoo.com/filing.html > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > > > > > To unsubscribe, e-mail: > > > > > > > > poi-user-unsubscribe@jakarta.apache.org > > > > > > > > > For additional commands, e-mail: > > > > > > > > poi-user-help@jakarta.apache.org > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > > > > To unsubscribe, e-mail: > > > > > > > > poi-user-unsubscribe@jakarta.apache.org > > > > > > > > For additional commands, e-mail: > > > > > > > > poi-user-help@jakarta.apache.org > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ===== > > > > > > > "No one can earn a million dollars honestly."- > > William > > > > > > Jennings Bryan > > > > > > (1860-1925) > > > > > > > > > > > > > > "Make everything as simple as possible, but not > > > > simpler."- > > > > > > Albert Einstein > > > > > > (1879-1955) > > > > > > > > > > > > > > "It is dangerous to be sincere unless you are also > > > > stupid."- > > > > > > George > > > > > > Bernard Shaw (1856-1950) > > > > > > > > > > > > > > __________________________________ > > > > > > > Do you Yahoo!? > > > > > > > Yahoo! Finance Tax Center - File online. File on > > time. > > > > > > > http://taxes.yahoo.com/filing.html > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > > > To unsubscribe, e-mail: > > > > > > poi-user-unsubscribe@jakarta.apache.org > > > > > > > For additional commands, e-mail: > > > > > > poi-user-help@jakarta.apache.org > > > > > > > > > > > > > > > > > > > > > > > > > > > > ===== > > > > > "No one can earn a million dollars honestly."- William > > > > Jennings Bryan > > > > (1860-1925) > > > > > > > > > > "Make everything as simple as possible, but not > > simpler."- > > > > Albert Einstein > > > > (1879-1955) > > > > > > > > > > "It is dangerous to be sincere unless you are also > > stupid."- > > > > George > > > > Bernard Shaw (1856-1950) > > > > > > > > > > __________________________________ > > > > > Do you Yahoo!? > > > > > Yahoo! Finance Tax Center - File online. File on time. > > > > > http://taxes.yahoo.com/filing.html > > > > > > > > > > > > > ===== > > > "No one can earn a million dollars honestly."- William > > Jennings Bryan > > (1860-1925) > > > > > > "Make everything as simple as possible, but not simpler."- > > Albert Einstein > > (1879-1955) > > > > > > "It is dangerous to be sincere unless you are also stupid."- > > George > > Bernard Shaw (1856-1950) > > > > > > __________________________________ > > > Do you Yahoo!? > > > Yahoo! Finance Tax Center - File online. File on time. > > > http://taxes.yahoo.com/filing.html > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: > > poi-user-unsubscribe@jakarta.apache.org > > > For additional commands, e-mail: > > poi-user-help@jakarta.apache.org > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > > poi-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: > > poi-user-help@jakarta.apache.org > > > > > ===== > "No one can earn a million dollars honestly."- William Jennings Bryan (1860-1925) > > "Make everything as simple as possible, but not simpler."- Albert Einstein (1879-1955) > > "It is dangerous to be sincere unless you are also stupid."- George Bernard Shaw (1856-1950) > > __________________________________ > Do you Yahoo!? > Yahoo! Finance Tax Center - File online. File on time. > http://taxes.yahoo.com/filing.html --------------------------------------------------------------------- To unsubscribe, e-mail: poi-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: poi-user-help@jakarta.apache.org