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.
Created attachment 24297 [details] The ppt (inside the zip) that makes problems
This seems to be fixed in the meantime, i.e. the NullPointer doesn't occur anymore.