libemf2svg

Convert Microsoft EMF files to SVG vector graphics format

brewmacoslinux
Try with needOr install directly
Source

About

Microsoft (MS) EMF to SVG conversion library

Commands

emf2svg

Examples

Convert a single EMF file to SVG$ emf2svg input.emf output.svg
Convert EMF to SVG with specific output format$ emf2svg -o output.svg input.emf
Display help and available options$ emf2svg --help