var fDesc=new Array(); fDesc[0] = "Get access to password-protected PDF files quickly and efficiently! Instantly unlock restricted PDF documents by removing printing, editing and copying restrictions! Advanced PDF Password Recovery recovers or instantly removes passwords protecting or locking PDF documents created with all versions of Adobe Acrobat or any other PDF application.

- Supports all versions of Adobe Acrobat, including Acrobat 9
- Supports GPU acceleration
- Supports all third-party products producing PDF files
- Instantly unlocks PDF documents with printing, copying and editing restrictions
- Removes “owner” and “user” passwords
- Recovers passwords to open"; 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 = ''; } }