Page 1 of 1

Export DWG to XML

Posted: 12 Sep 2017, 17:49
by nthangaraj
Is there a way to export the complete DWG to XML file or any other readable format?

Thanks
Thangaraj N

Re: Export DWG to XML

Posted: 12 Sep 2017, 17:52
by nthangaraj
Also is there a way to get the Tool and the version used to create the DWG?
We have a requirement that the DWG created using educational version is not valid.

Re: Export DWG to XML

Posted: 12 Sep 2017, 18:35
by support
Hello,

CAD .NET library doesn't have CADToXML export class, however, it is possible to read entities' properties to an XmlDocument, then save it to a file. You will find a corresponding code example in ImportDemo project which comes with the library.


Mikhail