Comment 14 for bug 1791026

Revision history for this message
Alvin Penner (apenner) wrote :

as far as I know, the short answer is no. Inkscape was developed primarily by Linux developers, not Windows.

however there are three things you could investigate.
1. inkscape --help
this well give you the command-line options that are available.

2. inkscape --verb-list
this will give you a list of verbs that can be included on the command line to perform operations on a file after it has been opened, and to silently close it if desired.

3. Python extensions. You can write your own Python extensions to be executed from the Inkscape Extensions menu, or from the File input/output menus.

4. also you can get assistance from the developer mailing list:
https://sourceforge.net/p/inkscape/mailman/inkscape-devel/