Search found 1 match
- Fri Sep 17, 2010 6:29 pm
- Forum: Help with using Inkscape
- Topic: Phyton extensions development: current svg file name
- Replies: 0
- Views: 866
Phyton extensions development: current svg file name
Hello, is there a way, within a phyton extension, to: 1) get the opened svg file current name (the field svg_file in inkex.Effect actually gives you the temporary file name) 2) issue a file save command 3) in case the extension did any change to the svg etree before issuing a PNG export (i.e. comman...