-
-
Notifications
You must be signed in to change notification settings - Fork 286
Closed
Description
Hi,
I am trying to convert a r2018 DWG file into r2004 DXF file and then carry out some modifications on the latter. I use the following command line prompt (both files attached at the end as zip archive):
dwg2dxf.exe --as r2004 2018.dwg --file 2018.dxf
However, the produced dxf file is apparently problematic. The AutoDesk TrueView application can not open it, and also ezdxf does not read it (because it is missing name tag, see discussion in mozman/ezdxf#1136). Is this supposed to work, or is this a bug?
I have also tried all other export formats (r2000, r2007, r2010, r2013) and got the same issue.
I am using LibreDWG v0.13.3, downloaded Windows binaries.