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
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
Thank, this works fine ! However I had an issue (with Debian 9) :
Gtk-Message: Failed to load module "atk-bridge"So if some people have the same issue, you just need to install
libatk-adaptorandlibgail-common: