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

            Bug ID: 59717
           Summary: Provide getThumbnail method on POIXMLDocument or
                    POIXMLProperties, to get the Thumbnail (where exists)
                    for OOXML documents
           Product: POI
           Version: 3.15-dev
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: OPC
          Assignee: [email protected]
          Reporter: [email protected]

For OLE2 documents, it's possible to fetch the document thumbnail (where
generated + stored) via the HPSF properties:
https://poi.apache.org/apidocs/org/apache/poi/hpsf/SummaryInformation.html#getThumbnail%28%29

OOXML documents can have a similar thumbnail, details for extracting it are
given in http://stackoverflow.com/a/37876661/685641 . It would be good to add a
similar getThumbnail method to either POIXMLProperties or POIXMLDocument,
whichever seems most suitable

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