When I try adding a bitmap (.bmp) to a word document, as per the examples, I get exceptions as below. It appears from looking at the source code ( BinaryPartAbstractImage.java@1541, line 311 onward) that .bmps are not in the list of natively supported image types for Word. I think they are supported, are they not? So, should they not be included in this case/list?
Thanks,
LTC
---------------------------------
WARNING: org.docx4j.openpackaging.exceptions.Docx4JException: Error checking image format
at org.docx4j.openpackaging.parts.WordprocessingML.BinaryPartAbstractImage.ensureFormatIsSupported(BinaryPartAbstract ...