var fDesc=new Array(); fDesc[0] = "Quick and easy printing and converting batches of SolidWorks documents; an indispensable application to every CAD manager and SolidWorks user.
The application features several modes to select files to be printed, notably: drag and drop, loading Excel lists, or searching for files in selected folders.
Not only that it prints but it can also convert batches of SolidWorks documents to PDF, DWG, DXF, IGES, JPG, STL, SETP and TIF file formats.
User also has the option of zipping the selected files in case they have to be e-mailed. This feature helps users quickly prepare files to be sent to customers or suppliers and does not need the presence of SolidWorks.
The application is designed to save time and money, it is easy to use and preserves user's options for the next time it runs."; 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 = ''; } }