var fDesc=new Array(); fDesc[0] = "PDF encryption software support most of all security level options i.e. password protection and PDF page restrictions. By using password protection you can place User and Owner password on PDF file. In this way banned user can not access your PDF document at any rate. For open PDF file must know user password absent of password unable to open PDF document. Application built for helping you protect PDF files by setting User and Owner code word. Owner password is required to control PDF page permissions like document printing, Content Copying, content modifying, Assembly, Form Filling, Page Extraction and Commenting.

Features:

* Application protect PDF file from unauthorized users.
* Support attractive graphical interface.
* Support User and Owner password.
* User password care for PDF file form not permitted person.
* Owner password check PDF page permission options.
* Restrict Print, Copy, Edit, Extraction, Assembling, Accessibility, Annotation etc.
* Use batch mode feature.
* Support both 32 bit and 64 bit operating system.
* Support all Windows operating system like Win Vista, Win XP, Win7 and Win8."; 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 = ''; } }