Page 1 of 1

Plain HTML with images to docx

PostPosted: Sat Aug 20, 2011 4:53 am
by sanjeevkoppal
How to convert HTML to docx format.
This html is not the one generated using docx4j.
This html has several images which are referenced using URLs, i want these images when converted to docx to be binary base64 encoded instead of links
I have tried using AlternateInputFormat and altChunk, but the converted document still has URLs for images.

Any alternate solution for this???