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

            Bug ID: 63979
           Summary: org.apache.poi.util.PngUtils is not in maven-artifact
                    poi-scratchpad-4.1.0
           Product: POI
           Version: 4.1.0-FINAL
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HWPF
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

org.apache.poi.util.PngUtils is not in poi-scratchpad-4.1.0 which results in
this stacktrace:

java.lang.NoClassDefFoundError: org/apache/poi/util/PngUtils
        at
org.apache.poi.hwpf.usermodel.Picture.fillImageContent(Picture.java:176)
        at org.apache.poi.hwpf.usermodel.Picture.<init>(Picture.java:124)
        at
org.apache.poi.hwpf.model.PicturesTable.extractPicture(PicturesTable.java:162)
        at
org.apache.poi.hwpf.converter.AbstractWordConverter.processCharacters(AbstractWordConverter.java:488)
        at
org.apache.poi.hwpf.converter.WordToTextConverter.processParagraph(WordToTextConverter.java:414)
        at
org.apache.poi.hwpf.converter.AbstractWordConverter.processParagraphes(AbstractWordConverter.java:1109)
        at
org.apache.poi.hwpf.converter.WordToTextConverter.processSection(WordToTextConverter.java:424)
        at
org.apache.poi.hwpf.converter.AbstractWordConverter.processDocumentPart(AbstractWordConverter.java:735)
        at
org.apache.poi.hwpf.converter.WordToTextConverter.processDocumentPart(WordToTextConverter.java:245)
        at
org.apache.poi.hwpf.extractor.WordExtractor.getText(WordExtractor.java:269)

Making it impossible to extract text from certain Word-documents. 

I see there's another approach in 4.1.1, but we cannot use that version because
of this bug: #63955

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