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 images inside the HTML files created.
I tried using the latest beta ver of Docx4J but that either produces NULL IMG tags or a small placeholder that says "NOT YET IMPLEMENTED".
Is this a unimplemented feature or feature that is only coming down the pipeline?
Any insights will be welcomed.