convert svg to dxf command line (server)

Use this forum to ask questions about how to do things in QCAD.

Moderator: andrew

Forum rules

Always indicate your operating system and QCAD version.

Attach drawing files and screenshots.

Post one question per topic.

Post Reply
fabbrichetta
Registered Member
Posts: 2
Joined: Tue Jul 14, 2020 2:02 pm

convert svg to dxf command line (server)

Post by fabbrichetta » Tue Jul 14, 2020 2:04 pm

Hello, I'm using Qcad server (paid version), I'd like to know if it's possible to convert svg files to dxf via command line

User avatar
andrew
Site Admin
Posts: 9061
Joined: Fri Mar 30, 2007 6:07 am

Re: convert svg to dxf command line (server)

Post by andrew » Thu Jul 16, 2020 11:50 am

Yes, all QCAD Professional licenses come with a simple command line utility "svg2dwg" which can convert SVG to DXF or DWG:

Code: Select all

svg2dwg -o output.dxf input.svg
This is very basic and results depend on the type of input file used.

Post Reply

Return to “QCAD 'How Do I' Questions”