https://issues.apache.org/bugzilla/show_bug.cgi?id=47882

           Summary: Problem with TextExtraction with ppt-File
           Product: POI
           Version: 3.5-dev
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: POI Overall
        AssignedTo: [email protected]
        ReportedBy: [email protected]


I try to extract text from an ppt-File with:

String pfad="C:\\__Demerit\\Schweißpunkteplan_UCO080_re.ppt";
File file=new File(pfad);
POITextExtractor extractor = ExtractorFactory.createExtractor(file);
String content = extractor.getText();

A Null Pointer Exception is thrown here.

With other ppt-Files I have no problem.

I attached the file.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to