Is it possible to run the Inkscape command line automatically from a Python script?
Best
R
Calling Inkscape from python
Re: Calling Inkscape from python
Yes, just as python can call any shell command.
either using subprocess.call (preferred) or os.system
-Rob A>
either using subprocess.call (preferred) or os.system
-Rob A>
Re: Calling Inkscape from python
Excellent, so presumably I'd follow that with the necessary inkscape command line options?
Are the command line controls limited to those directly mentioned in the CML help? Or is everything in principal available?
Best
R
Are the command line controls limited to those directly mentioned in the CML help? Or is everything in principal available?
Best
R