Page 1 of 1

xhtml with img data uri

PostPosted: Fri Jun 21, 2013 5:06 am
by ashi70
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?

Re: xhtml with img data uri

PostPosted: Fri Jun 21, 2013 7:42 am
by jason

Re: xhtml with img data uri

PostPosted: Sat Jun 22, 2013 7:22 am
by ashi70
I don't know what happened earlier, I think maven updated its dependencies today and it seems to be working as it should and images are showing up. Thanks a lot.