C
C#•2y ago
Tandy

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
Andrew
Andrew•2y ago
ImageMagick supports it via GhostScript https://imagemagick.org/script/formats.php
ImageMagick
ImageMagick
Create, Edit, Compose, or Convert Digital Images
Andrew
Andrew•2y ago
(I've never personally done it, but I figured ImageMagick did)
Tandy
TandyOP•2y ago
Thanks Andrew! Unfortunately, it seems like all solutions (inkscape, ImageMagick) require GhostScript, which has a AGPL / commercial license.
Andrew
Andrew•2y ago
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

Did you find this page helpful?