Search found 5 matches
- Thu Jan 07, 2010 8:04 pm
- Forum: Help with using Inkscape
- Topic: Excellent link for commandline in windows
- Replies: 0
- Views: 872
Excellent link for commandline in windows
Hi I've been trying to use Inkscape to batch convert svg into dxf using a python routine to drive the command line. I'm getting there slowly but the Command line just didn't work properly on Windows until I found this: http://kaioa.com/node/42 It makes command line function as it says on the tin! So...
- Tue Jan 05, 2010 7:13 pm
- Forum: Help with using Inkscape
- Topic: svg to dxf?
- Replies: 1
- Views: 888
svg to dxf?
Hi
I know I can do this easily in the GUI, but does anyone know if I can do this from the command line? Or indeed via purely Python?
Best
R
I know I can do this easily in the GUI, but does anyone know if I can do this from the command line? Or indeed via purely Python?
Best
R
- Tue Dec 29, 2009 10:46 am
- Forum: Help with using Inkscape
- Topic: Calling Inkscape from python
- Replies: 2
- Views: 1366
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
- Mon Dec 28, 2009 10:18 am
- Forum: Help with using Inkscape
- Topic: Calling Inkscape from python
- Replies: 2
- Views: 1366
Calling Inkscape from python
Is it possible to run the Inkscape command line automatically from a Python script?
Best
R
Best
R
- Sat Dec 19, 2009 2:00 am
- Forum: Help with using Inkscape
- Topic: batch conversion svg to dxf through command line?
- Replies: 0
- Views: 1133
batch conversion svg to dxf through command line?
Hi I'm currently looking to find a way of converting a whole folder of svgs into dxfs. Inkscape does it wonderfully, but I need to automate it. I have a python routine that batch processes jpgs and calls Potrace to filter and trace the content and turn them into svg. Would it be possible to call Ink...