Hello ,
I urgently and immediately need to convert
some of my powerpoint files into txt files.I tried to
use hslf but it's giving problems for slides with
templates..Can anyone Please heilp with a code snippet
do it..For your reference i am pasting my code here.
<<--START CODE-->>
String str;
PowerPointExtractor ppe =
newPowerPointExtractor(filename);
str=ppe.getText();
FileWriter fw=new FileWriter("F:\\newppt.txt");
fw.write(str);
fw.close();
ppe.close();
<<--END CODE-->>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List: http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/