I am trying to convert xhtml to docx format. It does conversion fine except embedded images. Image shows up broken in docx.
xhtml (snippet) having image like this
<img alt="" src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2
Does anyone know how to convert html with binary image?