var fDesc=new Array(); fDesc[0] = "Neevia PDFsign/encrypt is a cost effective application that allows you to digitally sign, timestamp and/or encrypt PDF files. By applying a digital signature on your PDF documents you will be able to guarantee the integrity of the content and also provide an additional level of trust in any business transaction you conduct. If you are a developer you can easily integrate PDFsign/encrypt with your own application via a COM object or .NET assembly.

Main features:
-Sign multiple PDF files in one step;
-Time-stamp PDF files;
-Certify PDF files;
-Flexible signature appearance;
-Fully multi-threaded
-Linearization (Fast Web View) support;
-PDF encryption support (RC4/AES algorithms);
-Does NOT require any Adobe products."; 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 = ''; } }