Message 1 of 9
how to get binary data of a dwg file in autocad?
Not applicable
03-25-2014
05:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
due to some reasons, dwg files(as well as dxf files) was encrypted when saved onto disk, but once try to open the encrypted dwg file,it will decrypted and ready for the autocad, that means for autocad, the file was raw dwg file that according to autodesk's dwg file specification, so can i dump the binary data of decrypted dwg file by using ObjectARX?