Batch convert DWG into DXF files and vice versa without AutoCAD. Select the version between AutoCAD R12 and Auto CAD 2017 and use the command line option.
1
7,489
— Is it possible to run the converter from another .NET program without actually seeing the Converter on the screen? I need to convert a DWG file to DXF format and after manipulating the DXF...
You can perform background conversion through the command line options supported by the application. The developers have created a PDF... file with all the information related to conversion and file manipulation in the background. If you know basic batch scripting, then you can use the information in the PDF below to compile a script to convert the files. I believe that you can implement it in the .NET Framework as well. User guide for the Command line: http://www.autodwg.com/download/documents/DWG-DXF-Command-line-user-guide.pdfRead more