var fDesc=new Array(); fDesc[0] = "Neevia PDFresize/scale is a cost effective application that allows you to instantly resize/scale PDF files. Not only you can resize to any paper size that is defined in Windows but you can define your own page size and scale the content to properly match with the new dimensions. It also comes with a PDF encryption module in case you would like to secure your files while they get resized/scaled.
PDFresize/scale can easily be used from a graphic interface or command line prompt. If you are a developer you can integrate PDFresize/scale with your application using either the COM object or .NET assembly."; 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 = ''; } }