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???