[Solved] DWG to DXF format

Discussion forum for C++ and script developers who are using the QCAD development platform or who are looking to contribute to QCAD (translations, documentation, etc).

Moderator: andrew

Forum rules

Always indicate your operating system and QCAD version.

Attach drawing files, scripts and screenshots.

Post one question per topic.

Post Reply
yamyam
Registered Member
Posts: 2
Joined: Fri Apr 19, 2024 2:31 am

[Solved] DWG to DXF format

Post by yamyam » Fri Apr 19, 2024 2:46 am

WIN10 + QCAD 3.29.6.3

Hello, everyone
I am converting DWG format to DWG format using C++. After trying many third-party libraries, I found that QCAD has the best compatibility.
May I ask where is the module or library for parsing and converting DWG format in the QCAD source code? Or how to use C++ to convert DWG to DXF format through other methods.

Thank you so much
Last edited by yamyam on Fri Apr 19, 2024 7:22 am, edited 1 time in total.

CVH
Premier Member
Posts: 3496
Joined: Wed Sep 27, 2017 4:17 pm

Re: DWG to DXF format

Post by CVH » Fri Apr 19, 2024 5:26 am

Hi,
It is not really a C++ library ...

You can do that with QCAD Professional using a Command Line tool:
https://www.ribbonsoft.com/en/products/ ... _/_pdf2dwg

You would have to call an external process.

Regards,
CVH

yamyam
Registered Member
Posts: 2
Joined: Fri Apr 19, 2024 2:31 am

Re: DWG to DXF format

Post by yamyam » Fri Apr 19, 2024 7:21 am

Thanks a lot!

Post Reply

Return to “QCAD Programming, Script Programming and Contributing”