我知道我可以Save as
用Inkscape将 SVG 转换为增强型图元文件 (EMF)。但如果我有多个文件,这会有点麻烦。有没有可以替代的命令行工具?
答案1
看起来您可以使用命令 lone 中的 inkscape 和 -M 开关来执行此操作。
http://tavmjong.free.fr/INKSCAPE/MANUAL/html/CommandLine-Export.html
答案2
如果您想要执行此操作的确切命令,则为:
$ inkscape --file <Input-file> --export-emf <output-file>
答案3
在 Inkscape 1.0 中,命令发生了变化。由于这是 Google 搜索结果中的最佳结果,我认为可能值得更新答案:
inkscape filename.svg --export-filename filename.emf