What is the best way to convert from an EPS formatted vector graphic to an SVG formatted graphic using only freely available tools?
|
feedback
|
|
You should be able to open the EPS in inkscape and save as SVG from there. Make sure to save as Plain SVG not inkscape SVG for better comparability. Adobe illustrator can do the same thing, its not free, but the trial version is. | |||||
feedback
|
|
Actually, opening in Inkscape is only possible if you have Ghostscript installed and some conversion script is in your | ||||
|
feedback
|
|
You might also want to try Scribus (it does import EPS, it has a solid CMYK support, and I don't know till what extent, but saves as svg) , or, SK1 project. But this last one yet only works in linux. (soon to appear OSX and Windows ports) The difference with Inkscape (for just the conversion) seems to be a better CMYK and other printing features support. | |||
|
feedback
|
|
Uniconverter is currently the most convenient option. It's a command-line tool that shares code with the sK1 Project. You won't have to bother cropping the image in sK1 if you use uniconverter, so it's more automated. Run it like this:
And that's it. I tried it on one EPS, but the SVG was offset improperly, but it may work for you. Here's a list of alternatives and reasons why they suck:
| |||||
feedback
|