Re: how can i extract text from Powerpointfiles,Ms word files

2005-10-27 Thread Rama Subba Reddy
Hello, use the following code and extract HWPFDocument doc = new HWPFDocument(fin); Range range = doc.getRange(); int totParagraphs = range.numParagraphs(); for (int i = 0; i < totParagraphs; i++) { Paragraph para = range.getParagraph(i); get text run from para and then get text and pro

Re: Extract the Image from the WordDocument ???

2005-06-16 Thread Rama Subba Reddy
Yes its possibe. Image data is available in Data Stream Srinivas <[EMAIL PROTECTED]> wrote:Hi Friends, I am using the POI framework in my applicataion to insert the data and modification of the data in the word document Now my current requirement is to extract the image from the WordDcoumen

Fwd: MS Word and Images

2005-06-09 Thread Rama Subba Reddy
Note: forwarded message attached. Too much spam in your inbox? Yahoo! Mail gives you the best spam protection for FREE!http://in.mail.yahoo.com--- Begin Message --- Hi Friends, I am using HWPF and i created few classes to write images to word file. I am writing Data Stream Structure and am

MS Word and Images

2005-06-09 Thread Rama Subba Reddy
Hi Friends, I am using HWPF and i created few classes to write images to word file. I am writing Data Stream Structure and am setting fSpec as 1. in CHP am making the special character as 0X01.In the output word file pictures are not there. Can somebody help to how to write pictures to Wo

HWPF Hyperlinks

2005-05-25 Thread Rama Subba Reddy
in advance.. Thanks&Regards Rama Subba Reddy Yahoo! India Matrimony: Find your life partneronline.

Re: Reading Word+Limitations

2005-02-20 Thread Rama Subba Reddy
Hi, POI's HWPF has capabilito to do all ur requirements. Regards Rama Georgios Samaritakis <[EMAIL PROTECTED]> wrote: Hello there! My task is to read a Word document and transform it into an XML file. My Word doc is quite simple (no tables, headers, footers etc). Just plain text and paragra

HWPF Bullets

2005-02-15 Thread Rama Subba Reddy
Hi, i am using hwpf to write Word Document. can some body help me with sample code to wrire bullet info of paragraphs. Thanks in advance Regards Rama Yahoo! India Matrimony: Find your life partneronline.

RE: Decompression using java.util.zip

2005-02-11 Thread Rama Subba Reddy
hello, i want to read WMF images from Word doc. Word uses compression logic to store WMF images. Regards Rama [EMAIL PROTECTED] wrote: And how is this related to POI? > -Original Message- > From: Rama Subba Reddy [mailto:[EMAIL PROTECTED] > Sent: Friday, February 11,

Decompression using java.util.zip

2005-02-11 Thread Rama Subba Reddy
hi friends, i am trying to test simple compression and decompression. i have taken example from java doc iteslf. // Encode a String into bytes String inputString = "blahblahblah??"; byte[] input = inputString.getBytes("UTF-8"); // Compress the bytes byte[] output = new byte[100]; Defla

HWSF Information in POI

2005-01-03 Thread Rama Subba Reddy
hi, can some body tell me the proposedl feature support for hwsf in POI? Till now tables, images and shapes are not supported. The only supported feature is Text. Thanks in advance Regards Reddy Yahoo! India Matrimony: Find your life partneronline.

HWSF Information in POI

2005-01-03 Thread Rama Subba Reddy
hi, can some body tell me the proposedl feature support for hwsf in POI? Till now tables, images and shapes are not supported. The only supported feature is Text. Thanks in advance Regards Reddy Yahoo! India Matrimony: Find your life partneronline.

URGENT: help to Read Tables from MS Word

2004-12-21 Thread Rama Subba Reddy
hi, Could you pls help me sample code to Read Tables from MS Word using POI API. When i use the following code am getting total paras in document again not the only paras in cell TableCell tc = tr.getCell(cell); HWPFDocument cDoc = tc.getDocument(); Range cellRange = cDoc.getRange()

help need to read table from doc

2004-12-21 Thread Rama Subba Reddy
hi friends, could you pls tell me peace of code to read tables(inner tables also) from Word Documnet using POI. Thanks in advance Regards Reddy Yahoo! India Matrimony: Find your life partneronline.

help need to read table from doc

2004-12-21 Thread Rama Subba Reddy
hi friends, could you pls tell me peace of code to read tables(inner tables also) from Word Documnet using POI. Thanks in advance Regards Reddy Yahoo! India Matrimony: Find your life partneronline.