Command line options in Win32 platform
I would like to export svg files via the command line on Win32 platform of Inkscape : "C:\Program Files\Inkscape\inkscape.exe" --export-eps=out.eps in.svg
But nothing happens, there is no error messages, and inkscape quit immediately.
Could you help me with the command line usage in Win32 platform ?
Thanks in advance,
Best regards
Gilles
Gilles Foucault wrote:
I would like to export svg files via the command line on Win32 platform of Inkscape : "C:\Program Files\Inkscape\inkscape.exe" --export-eps=out.eps in.svg
But nothing happens, there is no error messages, and inkscape quit immediately.
Could you help me with the command line usage in Win32 platform ?
Try using the full path to in.svg. My guess is that if you executed "C:\Program Files\Inkscape\inkscape.exe" in.svg it would give an error about not being able to find in.svg.
Inkscape is GUI-only in Windows (unless you recompile) so you will get no commandline output (i.e. no error).
Paul
participants (2)
-
Gilles Foucault
-
Paul Brown