Skip to content
forked from winder/svgToDxf

Shell script that uses inkscape and pstoedit to convert svgToDxf

Notifications You must be signed in to change notification settings

junqiang/svgToDxf

This branch is 7 commits behind winder/svgToDxf:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ca9652b · Nov 13, 2018

History

3 Commits
Feb 1, 2014
Nov 13, 2018

Repository files navigation

Purpose:
This script simply runs a command with Inkscape to convert a file from svg to
eps, and then runs another command with pstoedit to convert it from eps to
dxf.

Requirements:
* Inkscape
* pstoedit

You will need to make sure both of these programs are accessible from the
command line, meaning you can run "inkscape --usage" or "pstoedit -help" and
get a list of command options.

On most linux distributions you should be able to use apt
or similar to install the packages, on MacOSX you may need to use something
like ports to install pstoedit then manually add the PATH options in your 
startup script (.bashrc or similar).

About

Shell script that uses inkscape and pstoedit to convert svgToDxf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%