I am working as part of a project using a piece of third part software that promised, among its other features, to export items to AutoCAD format. Unfortunately it hasn\'t lived up to its promise and
I am trying to find a way to convert a web SVG graphic to DFX or DWG usi开发者_StackOverflowng the server to automate the process. I am trying to avoid downloading the SVG and converting it in a progr
I\'m working on a module that displays DWG files in WPF. I\'ve managed to use CadLib library but it\'s working very slowly and I want to make it faster. I found out that if I convert that DWG file to
I am drying to convert autocad file (dwg or dxf format) to visio file. I can manually insert auto cad file in visio and then convert the cad drawing object to visio shapes. This works fine. I tried to
I have an application developed with Asp.Net and C#. I have to display DWG - CAD files(stored in a server) in a client side browser. I cannot install Auto CAD or any other software or activeX control
I\'m trying to write a simple reader for AutoCAD\'s DWG files in .NET. I don\'t actually need to access all data in the file so the complexity that would otherwise be involved in writing a reader/writ
Does anyone know how to do that? My skills in using VBA aren\'t very good and I also googled for it, but I do not even know how to open one of those files by using VBA.
I am looking for a easy way to convert Autocad polygons to swf files. Is there a converter for开发者_开发百科 that? Or is there an intermediatory format that can be used to convert from polygons to th
I have a file with extension .dwg (AutoCAD), and I want to call that file fr开发者_如何学JAVAom a Python console and present it on the web. Is there a module for the .dwg extension or some other solut
Creating a ruby on rails site that uses RMagick to create thumbnails for many types of images. RMagick cannot read dwg files however.