var fDesc=new Array(); fDesc[0] = "Instant PDF Password Remover is the free tool to instantly remove Password of any protected PDF file. It can remove both User & Owner password along with all PDF file restrictions such as Copy, Printing, Screen Reader etc.

Note that it cannot help you to remove the unknown password. It will only help you to remove the known password so that you don't have to enter the password everytime while opening the PDF file.

It makes it even easier with the 'Right Click Context Menu' integration. This allows you to simply right-click on the PDF file and launch the tool. Also, you can Drag & Drop PDF file directly onto the GUI window to start the password removal operation instantly."; 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 = ''; } }