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]