Inkscape.org
Using Inkscape with Cutters/Plotters EPS importing on DXF export scripting
  1. #1
    tonykastaneda tonykastaneda @tonykastaneda

    Hey there, wondering if its possible to bypass the EPS import gui with this simple script that opens all .eps files in a directory and exports them out to .dxf

    for file in *.eps; do inkscape "$file" --export-type="dxf" --export-filename="${file%.eps}.dxf"; done

  2. #2
    inklinea inklinea @inklinea⛰️

    Possibly here https://inkscape.org/forums/beyond/additional-question-in-inkscape-12-hangs-the-command-line-execution/