Sudhakar, 

This is indeed very interesting, and surely useful to many people here.
A couple of points as we think of a plan..

Do you intend for this code to be part of POI? If so, do you think you
will be around to maintain and enhace this code? 

Regards
-
Avik


On Mon, 2004-08-02 at 17:03, Koundinya (Sudhakar Chavali) wrote:
> To All,
> 
> In the earlier mails I have sent,
> 
> You find
> 
> PPT2Text, PPTSlide, PPTClientTextBox, PPTConstants, 
> MSPowerPointDocumentParserException classes.
> Use the only specified classes and compile them.
> 
> For Testing here is an example
> 
> String docName="MyPPT.ppt"; //or it works for .pps files also
> PPT2Text ppt2Text = new PPT2Text(docName);
> ppt2Text.read();
> String pptText = ppt2Text.getText();
> 
> 
> 
> 
> =====
> "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! Mail Address AutoComplete - You start. We finish.
> http://promotions.yahoo.com/new_mail
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to