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
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
Possibly here https://inkscape.org/forums/beyond/additional-question-in-inkscape-12-hangs-the-command-line-execution/