AI, PDF and EPS to SVG converter
Convertes files in .ai, .pdf and .eps format to .svg images using
Ghostscript and Inkscape. Based on Inkscape as a service.
POST parameters:
file: input file added asmultipart/form-data
Running the server locally (docker)
- Build with
docker build . -t inkscape - Start with
docker run -p 8080:8080 inkscape - Open in your browser at
http://localhost:8080"
Running the server locally (docker-compose)
- Run/Build using
docker-compose up --build - Open in your browser at
http://localhost:8080"