Convert EPS file to SVG?
Is there a way to convert EPS to SVG using dotnet 8? I've found references to inkscape, which requires some server dependencies. I'm open to that, but wondering if there are any simpler solutions that I'm overlooking?
4 Replies
ImageMagick supports it via GhostScript https://imagemagick.org/script/formats.php
(I've never personally done it, but I figured ImageMagick did)
Thanks Andrew! Unfortunately, it seems like all solutions (inkscape, ImageMagick) require GhostScript, which has a AGPL / commercial license.
Unfortunately I don't know of another way 😦 There are paid software solutions you can use, but I'm going to guess you don't want to pay hundreds of dollars for this