Page 1 of 1

Images from docx not getting after converted to html

PostPosted: Thu Aug 27, 2015 12:08 am
by nitinchopkar
Can anybody guide me how to convert docx which having images with text into html with image and text using docx4j?
appreciating for help.

Re: Images from docx not getting after converted to html

PostPosted: Thu Aug 27, 2015 9:54 am
by jason
This should "just work".

If you need to customise, look at HTMLConversionImageHandler

Perhaps your problem is that it isn't an image at all, but something else (art, formula etc). Unzip and inspect the XML; feel free to post that here.

Re: Images from docx not getting after converted to html

PostPosted: Thu Aug 27, 2015 4:08 pm
by nitinchopkar
can you guide me how to use HtmlConverterImageHandler? Please share same code or example.