var fDesc=new Array(); fDesc[0] = "Owner Password is used to protect PDF from editing, printing, copying, modifying, changing, form filling, signing, commenting, etc. The PDF Password Cracker can unlock the PDF automatically and create unlocked PDF copy without entering the password. User Password, also known as open password, is used to protect files from opening and viewing. The program can easily remove the user password to unlock PDF when you correctly type the password manually. Features:
- Smartly detect the PDF is user password or owner password protected.
- Get rid of owner password from PDF for printing, editing, copying.
- Easily crack open password if you can type the right password.
- Batch decrypt multiple encrypted PDF without any quality flaw.
- Convenient to use the drag and drop function."; 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 = ''; } }