wmf2svg -V (return code: 2)
libwmf: version 0.2.8
wmf2svg --help (return code: 2)
Usage: wmf2svg [OPTION]... [-o <file.svg>] <file.wmf>
or: wmf2svg [OPTION]... --auto <file1.wmf> [<file2.wmf> ...]
Convert metafile image to W3C's scaleable vector graphic (SVG) format.
-z compressed output (.svgz)
--inline include images in the svg code
--desc=<str> description tag
--maxwidth=<w> where <w> is maximum width image may have.
--maxheight=<h> where <h> is maximum height image may have.
--maxpect scale image to maximum size keeping aspect.
--maxsize scale image to maximum size.
--version display version info and exit.
--help display this help and exit.
--wmf-help display wmf-related help and exit.
Report bugs to <http://www.wvware.com/>.