I want to export a .EPS file from a .SVG in a NodeJS application. I have found multiple converting APIs but I need to create it internally. are there any packages that help me achieve that?
Notice: I have already used GraphicsMagick but I did not find anything to export .EPS
Edit: I found a way using python and svglib to convert SVG to pdf then using pdf2ps to extract a .EPS file. Unfortunately, the final .eps file was corrupted or with poor quality
from Convert and export EPS file from an SVG
No comments:
Post a Comment