https://bz.apache.org/bugzilla/show_bug.cgi?id=59548

            Bug ID: 59548
           Summary: PowerPointExtractor has
                    PowerPointExtractor(HSLFSlideShowImpl ss) constructor
                    instead of PowerPointExtractor(HSLFSlideShow ss)
           Product: POI
           Version: 3.14-FINAL
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSLF
          Assignee: [email protected]
          Reporter: [email protected]

Current PowerPointExtractor constructor can take only HSLFSlideShowImpl but not
HSLFSlideShow. 

If one need to extract text and images from the .ppt file, he for she now needs
to analyse say InputStream twice: once for text and once for images.

Could be much easier to create an extractor from HSLFSlideShow as
ExcelExtractor does — has the constructor with HSSFWorkbook.

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