var fDesc=new Array(); fDesc[0] = "Print2cad is a utility converter that facilitates conversion of PDF, PLT (HPGL), PDF/A-, TIFF, JPEG, DWF, and EPS (PostScript) files into DWG, DXF or DGN format, followed by option of importing them into a CAD system, however the application doesn’t require any AutoCAD program to run. There is provision of vectorizing pixel images, which can be embedded or saved into separate files. The tool also features special functions for generating circles and curves.


The user doesn’t need to bother about the internal functionality since all vectors, circles, lines, curves, planes; text and pixel images are transferred into DWG, DXF and DGN formats. The application converts colors into DWG, DXF indexed or full RGB colors, and also supports TTF fonts as well. For multiple-page PDF documents the user can even specify the pages that should be particularly converted into DWG, DXF or DGN format.

The program also supports the Command Line launch, and PDF to DWG, DXF or DGN, DWF to DWG, DXF or DGN, TIFF to DWG, DXF or DGN, JPEG to DWG, DXF or DGN, PLT to DWG, DXF or DGN and EPS to DWG, DXF or DGN conversions are possible. It is a standalone application and it also supports vectorization of raster pictures.

Win 2000, Win XP, Win Vista Home or Business (32bit)"; 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 = ''; } }