Page 1 of 1

How could i export dxf file to svg

Posted: Mon May 21, 2012 2:28 pm
by chaudharyparesh
I am going use first time .

i want to export any dxf file export in svg using command line with out gui


Is it possible ?

Waiting for reply.

Re: How could i export dxf file to svg

Posted: Mon May 21, 2012 2:58 pm
by andrew
QCAD 3 (currently release candidate 5) comes with a dwg2svg command line tool which converts DXF/DWG to SVG.

E.g.:

Code: Select all

./dwg2svg.sh -o output.svg example.dxf
If you are on Windows, you can use the attached zipped batch file (save it into the QCAD installation directory, where qcad.exe is).