JosefJezek
5/30/2013 - 1:23 PM

EPS to SVG Conversion using Inkscape

EPS to SVG Conversion using Inkscape

EPS to SVG using Inkscape

Author: Josef Jezek

# Install Inkscape on Ubuntu
sudo apt-get install inkscape
# EPS to SVG
inkscape filename.eps -l filename.svg

# SVG to PNG
inkscape filename.svg -e filename.png