Hi,
I have a RendererFilter (ServletFilter) in which i capture the ServletResponse Content bascically an HTML.
Opening this HTML in a word doc works fine.
The issues here is all the image URLs in the html are not rendered in the word doc if no internet, hence i want to embed these images while converting.
I tried basic HTML img syntax with base64 encoded value using data:URI schema, but word doesn't render these images.
Now ...