Help me to please t write a script for Inkscape.
I wish to write a script for exporting svg iles to dxf.
If it is not so difficult please explane me how can I do it>
Thanks a lot
Help me to please t write a script for Inkscape
Re: Help me to please t write a script for Inkscape
Inkscape can already save as DXF. Or are you looking to automate the conversion of many SVG files at once?
Re: Help me to please t write a script for Inkscape
Yes you are right.
I looking for automatic conversation from svg to dxf.
Imagine you have a folder and ther is about 1500 and more svg files *_0000.svg, *_0001.svg, *_0002.svg ....
I looking for automatic conversation from svg to dxf.
Imagine you have a folder and ther is about 1500 and more svg files *_0000.svg, *_0001.svg, *_0002.svg ....
Re: Help me to please t write a script for Inkscape
Take a look at the Inkscape command line wrapper for Win32 - http://kaioa.com/node/63
It might allow you to do this.
It might allow you to do this.
Re: Help me to please t write a script for Inkscape
Iam so sorry, Iam not a programer
Re: Help me to please t write a script for Inkscape
Khach wrote:Iam so sorry, Iam not a programer
If you're saying that because you seen the code on that page, skip past it and download the exe at the bottom of the page.
Re: Help me to please t write a script for Inkscape
I put it in the same directory.
What I have to do then?
What I have to do then?
Re: Help me to please t write a script for Inkscape
find the command line option that allows you to save an SVG as DXF - http://inkscape.modevia.com/inkscape-man.html
Note that I have no idea if what you want to do is possible. I'm just giving you the information to find out for yourself.
Note that I have no idea if what you want to do is possible. I'm just giving you the information to find out for yourself.