How do I export SVG as XAML file using command line options

Asked by Mihir Khatri

Hi,

I am trying to export SVG file as Microsoft XAML file using Inkscape 0.92.0 version

I can't find the right options to do it. Here are few things that I tried. But none of them work. Any help is greatly appreciated !

inkscape.exe "C:\SVGs\open.svg" --export-xam="C:\XAMLs\open.xaml"
inkscape.exe "C:\SVGs\open.svg" --export-xaml=open.xaml
inkscape.exe "C:\SVGs\open.svg" --export-xaml="C:\XAMLs\open.xaml"

Question information

Language:
English Edit question
Status:
Answered
For:
Inkscape Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Hachmann (marenhachmann) said :
#1

You can get a list of available command line options when you type inkscape --help, or consult the online man page here:
https://inkscape.org/doc/inkscape-man.html (when the website is back online, it's currently down).

A quick glance tells me that there is no such option available in the way you're trying to use it.

(and I also cannot find it in the verb-list, although it probably should be available there)

If you need the option on the command line, it seems you need to ask for a new feature in the bug tracker.
https://bugs.launchpad.net/inkscape

Can you help with this problem?

Provide an answer of your own, or ask Mihir Khatri for more information if necessary.

To post a message you must log in.