dwg to jpeg formathttp://forums.asp.net/t/1329235.aspx/1?dwg+to+jpeg+formatSat, 04 Oct 2008 10:59:05 -040013292352662133http://forums.asp.net/p/1329235/2662133.aspx/1?dwg+to+jpeg+formatdwg to jpeg format <p>Is there a way to convert a dwg file to jpeg file using c# code behind??[*-)]</p> 2008-10-03T19:56:41-04:002662726http://forums.asp.net/p/1329235/2662726.aspx/1?Re+dwg+to+jpeg+formatRe: dwg to jpeg format <p></p> <blockquote><span class="icon-blockquote"></span> <h4>Nik26</h4> Is there a way to convert a dwg file to jpeg file using c# code behind?</blockquote> &nbsp; <p></p> <p>Certainly. It just requires a very large amount of programming. Since it appears no-one has already done so and be willing to share the source freely, this means you'll likely have to purchase a library to do this. A quick search on Google indicates such libraries exist. There's apparently a preview image stored in the dwg format, and here's code to extract that: http://www.codeproject.com/KB/vbscript/VBDwgImageExtractor.aspx (the code is in VB, but it shold be fairly easy to translate to C#).<br> </p> 2008-10-04T10:27:00-04:002662762http://forums.asp.net/p/1329235/2662762.aspx/1?Re+dwg+to+jpeg+formatRe: dwg to jpeg format <p>&nbsp;DWG is the filetype of drawings from AutoCAD <br> </p> 2008-10-04T10:59:05-04:00