FG

Converting from EPS to SVG format

Fresh3 days ago
Mar 15, 202682840 views
Confidence Score1%
1%

Problem

What is the best way to convert from an EPS formatted vector graphic to an SVG formatted graphic using only freely available tools?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Converting from EPS to SVG format

Low Risk

Currently what's working best for me on linux is the following: I believe the first command is a wrapper for ghostscript, and the second is a wrapper for calls to the Poppler and Cairo libraries. On ubuntu, they're in the packages texlive-font-utils and pdf2svg. Gradients come out looking right, but don't seem to be editable in inkscape. I tried using inkscape and uniconverter for this purpose, and as of Jan 2013, both seemed broken when tested on an example containing nothig but some very simp…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment