Export DWG to XML

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
nthangaraj
Posts: 19
Joined: 31 Aug 2017, 09:47

Export DWG to XML

Post by nthangaraj » 12 Sep 2017, 17:49

Is there a way to export the complete DWG to XML file or any other readable format?

Thanks
Thangaraj N
Last edited by nthangaraj on 12 Sep 2017, 18:03, edited 1 time in total.

nthangaraj
Posts: 19
Joined: 31 Aug 2017, 09:47

Re: Export DWG to XML

Post by nthangaraj » 12 Sep 2017, 17:52

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.

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: Export DWG to XML

Post by support » 12 Sep 2017, 18:35

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
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply