Convertes files in .ai
, .pdf
and .eps
format to .svg
images using
Ghostscript and Inkscape. Based on Inkscape as a service.
file
: input file added asmultipart/form-data
- Build with
docker build . -t inkscape
- Start with
docker run -p 8080:8080 inkscape
- Open in your browser at
http://localhost:8080"
- Run/Build using
docker-compose up --build
- Open in your browser at
http://localhost:8080"