Command line extension options
Hi all,
Long time no see!
It'd be nice if you could pass in options to the EPS exporter on the command line. In other words, I'd like to be able to do
inkscape -p '> file.eps' file.svg
like I can now, but to be able to specify that I don't want text converted to path.
What's the best way to go about this? I'm sure I could add a specific command line option, but it seems that perhaps there should be a more generic way of passing options to extensions.
Any ideas?
Cheers
Carl
On Tuesday 19 Apr 2005 11:29, Carl Hetherington wrote:
What's the best way to go about this? I'm sure I could add a specific command line option, but it seems that perhaps there should be a more generic way of passing options to extensions.
Isn't there already a standardised option system for extensions? It seemed that way, from a previous discussion of extension XML files.
Anyway, perhaps a good approach would be to have a way of specifying and retrieving ini-file-like (or better, gconf-like) configuration values in extensions. If this system understood 'saved' configuration variables, versus session-based override variables, the command line could simply modify the session config vars, and it'd all work nicely. lol, in theory, that is ;)
participants (2)
-
Carl Hetherington
-
Lee Braiden