Quote:
Originally Posted by JohannesM
I read that it is be possible with Inkscape - also tested and it works.
Ghostscript needs to be installed and environment paths set (on Windows)
Command line: inkscape "input_filename.eps"--export-plain-svg="target_filename.svg"
|
That sounds like the cleanest solution if it works for you. I didn't know inscape has a command line interface.
By the way, according to:
http://www.inkscapeforum.com/viewtop...t=797&start=25 inkscape is calling ghostscript's ps2pdf, which is different from pstopdf but is similar.