I am attempting to use this class to convert an uploaded docx file to HTML on the fly for a web app I'm working on. The HTML conversion is working fine, although the output is a little clunky.
I tried importing a Word file that has embedded images (almost all of the docx files that will be used by the app have images in them) and they don't show up in the outputted HTML.
I've looked through the code for the class and it doesn't seem that there's a case for images and for the life of me I can't write one in that works.
Any thoughts?
I am attempting to use this class to convert an uploaded docx file to HTML on the fly for a web app I'm working on. The HTML conversion is working fine, although the output is a little clunky.
I tried importing a Word file that has embedded images (almost all of the docx files that will be used by the app have images in them) and they don't show up in the outputted HTML.
I've looked through the code for the class and it doesn't seem that there's a case for images and for the life of me I can't write one in that works.
Any thoughts?