MWAW2SVG(1) | User Commands | MWAW2SVG(1) |
NAME¶
mwaw2svg - convert Mac drawing into SVG
SYNOPSIS¶
mwaw2svg [-h] [-v] [-t] [-b body | -o file.svg] <Mac Graphic/Presentation Document>
OPTIONS¶
- -h
- Shows this help message.
- -b body
- Defines the file's body name, the different drawings/slides will be stored in body0.svg, body1.svg, ...
- -o file.svg
- Stores the first drawing/slide in file.svg. Further drawing/slide are not saved.
- -t
- If set, all drawings/slides are send to file.svg or stdout. This option is only intended for debug/regression test.
- -v:
- Outputs mwaw2svg version.
Note:¶
- the content of the first drawing/slide is sent to stdout if neither -b nor -o options are given.
November 2015 | mwaw2svg 0.3.5 |