Login  Register

Re: How to use LibreCAD without UI/QT functionality?

Posted by dxli on Oct 18, 2024; 12:33pm
URL: https://forum.librecad.org/How-to-use-LibreCAD-without-UI-QT-functionality-tp5725470p5725471.html

For dxf, you can use LibreCAD v2 plugins, and v3 script support.

Or have a look at our dxf2pdf and dxf2png implementation, to develop your own data processing in c++
JiaXinHuang wrote
Please help me, I need to read and write CAD file data, but I don't need UI/QT functionality. Does LibreCAD meet these requirements, or is there another tool that does so.