If a .doc file is edited in OpenOffice Writer and inserted an image then it
will not be identified in the processCharacters method of
AbstractorWordConverter.java class.  


if ( wordDocument instanceof HWPFDocument
                    && ( (HWPFDocument) wordDocument ).getPicturesTable()
                            .hasPicture( characterRun ) )


always returns false if an image is inserted using OpenOffice Writer.



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Image-not-extracted-properly-if-it-is-inserted-using-OpenOffice-Writer-tp5717864.html
Sent from the POI - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to