Stuck in this weird situation at work. I have .doc files I'm parsing with Node.JS. They have photos in them that are .emf
I want to display in my web app. I have no issue getting the emf file out of the word doc, but I can't figure out how to display it on a webpage. Simply embedding as is didn't work. I tried to find a utility to convert them automatically but with no luck. I thought of converting them myself but can't find any tecnhical info on the .emf
file.
Any suggestions?