I have plot figures generated using matplotlib saved as .EPS files. I want to inset these into MS Word Document. Unfortunately, MS Word only accepts EMF files as vector inputs, so I need to convert these files into .EMF format.
- I used IrFanView to do this but the EMF produced was really blurry.
- I have used https://cloudconvert.com/eps-to-emf and it gives me the perfect result. But this is a paid as well as online tool.
- I also tried reaConvertor and this also gave me a very good output but is also a paid software.
- I have also used Inskape but the EMF produced have the plotlines extending all along the width of the figure rather than just inside the axes, as is the case in the original EPS file.
Can anyone suggest a free alternative on Windows which can be used to converting EPS to EMF files correctly, such that they can be embedded in MS Word.
Suggestions for any other vector format in MS Word are also welcome.