Hi,
I am working on a project that involves converting old word doc forms into HTML. I have converted the doc files into docs through MS's own migration tool. The files are then converted with docx4j and further processed into Freemarker template files.
I have an issue with the images that were embedded in the word files. The code I wrote can extract the images into the folder I have specified but can't link the ...