Vector to Vector π
Interconversion between mainstream vector graphics formats as follows, driven by Inkscape, Ghostscript and pdf2svg, accessed by WebUI built by Gradio
-
SVG
-
EPS
-
PDF
-
EMF
graph LR
SVG-->EPS
SVG-->PDF
SVG-->EMF
EPS-->SVG
EPS-->PDF
EPS-->EMF
PDF-->SVG
PDF-->EPS
PDF-->EMF
EMF-->SVG
EMF-->PDF
EMF-->EPS
sudo add-apt-repository ppa:inkscape.dev/stable
sudo apt update
sudo apt install inkscape ghostscript pdf2svg
Install following tools by yourself, and add their executable to system PATH respectively:
pip install fastapi[standard]
pip install Gradio
uvicorn serve:app --port 8005 --host 0.0.0.0
python ui.py
Visit http://127.0.0.1/8006 for your conversion.