Skip to content

Simple web service to transform AI, PDF and EPS files to SVG using Inkscape and Ghostscript

License

Notifications You must be signed in to change notification settings

theveloped/inkscape

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 as multipart/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"

Deploy to Google Cloud

Run on Google Cloud

About

Simple web service to transform AI, PDF and EPS files to SVG using Inkscape and Ghostscript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 49.6%
  • HTML 44.0%
  • Dockerfile 6.4%