var fDesc=new Array(); fDesc[0] = "PDF Permissions Password Remover is a small and powerful PDF decryption tool. It enables users to remove copying and printing restrictions from encrypted PDF files. It’s quick and easy-to-use. Batch decryption is supported.
Remove PDF Password and Restrictions
If the PDF file is protected by Owner Password: PDF Permissions Password Remover can unlock the PDF automatically and create unlocked PDF copy without entering the password."; 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 = ''; } }