Giter Club home page Giter Club logo

v2v's Introduction

v2v

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
Loading

How to Use

1. Install converter Dependencies

Ubuntu

sudo add-apt-repository ppa:inkscape.dev/stable
sudo apt update
sudo apt install inkscape ghostscript pdf2svg

Windows

Install following tools by yourself, and add their executable to system PATH respectively:

2. Install fastapi for API access

pip install fastapi[standard]

3. Install Gradio for WebUI access

pip install Gradio

4. Start Web Server

uvicorn serve:app --port 8005 --host 0.0.0.0

5. Access by WebUI

python ui.py

Visit http://127.0.0.1/8006 for your conversion.

image-20231229202030776

v2v's People

Contributors

jordan-haidee avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.