Hi
After doing a successful convertion of .docx-files to html using docxj4 2.1.0 i observe that the images are created in the specified image directory, but the images are empty (0 bytes).
This is the case for both jpeg and gif images.
I have tried to investigate html generation options, but could not find anything there that i could match to this problem.
Sample code (not actual code, but the essence):
WordprocessingMLPackage wordMLPackage = WordprocessingMLPackage.load("x:\y.docx"); ...