(wishlist?): command line svg->emf export

Asked by peterpeyk

hi,

it's maybe rather a suggestion that I have, but i could't find a wishlist to post it to -
and if anyone can help me with svg->emf exports, any help is appreciated:
it would be cool to be able to use inkscape also for command line svg to emf export.
as far is I am aware, QT (which i am using a lot) can write svg files, but on windows
people are used to copy and paste emf-files for graphs and stuff and it is not easy
to find a solution to make QT drawn graphs available in this way...

QT doesn't seem to want to support emf export, cause it's not crossplatform...
but seeing that 90% of the people are still using windows..., well you know what I mean.

now it's really nice to be able to convert the svg to emf using the inkscape GUI,
but it would be even better to be able to automate this.

ideally inkscape could copy the emf even to the clipboard...???

anyway - very nice program! :-) - keep going
peter

Question information

Language:
English Edit question
Status:
Solved
For:
Inkscape Edit question
Assignee:
No assignee Edit question
Solved by:
peterpeyk
Solved:
Last query:
Last reply:
Revision history for this message
Oleg Koptev (koptev-oleg) said :
#1

Hi Peter!

Inkscape conversion based on the Uniconverter - command line tool from SK1
project.
Feel free to use it
http://sk1project.org/modules.php?name=Products&product=uniconvertor

Cheerz!

Revision history for this message
Oleg Koptev (koptev-oleg) said :
#2

also - there is http://inkscape.modevia.com/inkscape-man.html command line
manual

try something like

inkscape filename1.svg --export-emf=filename2.emf
or with WMF

Revision history for this message
peterpeyk (peter-peyk) said :
#3

cool!
thanks Koptev!