var fDesc=new Array(); fDesc[0] = "Any DWG and DXF to Image Converter is a batch converter that allows you to convert DWG and DXF files to TIF (TIFF), JPG (JPEG), BMP, GIF and PNG without the need of AutoCAD. It allows you to convert your drawings into image files easily without purchasing expensive software programs. Any DWG and DXF to Image Converter creates high quality images files from CAD drawings.
Scale your conversion using Extents, Display, or Layout Limits. You can also customize line widths to include in your drawing or suppress the display of lines. It allows you to convert DWG to Images, DXF to Images, and DWF to Images directly."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }