Hi all!

I'm Newbie with POI. I want a basic text extraxtion from PowerPoint
documents. I've got:

scratchpad JAR, poi-3.0-alpha1-20051025.jar
poi-contrib-3.0-alpha1-20051025.jar

and I tried with a code like this:

    String text = new String();
    String fileName  = new String("C:\\Poifs\\PowerPointDocument.pps");

    PowerPointExtractor ppe = new PowerPointExtractor(fileName);
    text = ppe.getText();

But i get this message:"org/apache/poi/hpsf/WritingNotSupportedException"

Can anyone Help me?? Thank's a lot. Manu




---------------------------------------------------------------------
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/

Reply via email to