var fDesc=new Array(); fDesc[0] = "DecryptPDF can be used to decrypt protected PDF files, which have an "owner" password set, preventing the file from editing (changing), printing, selecting text and graphics (and copying them into the Clipboard), or adding/changing annotations and form fields. PDF decrypt is being done instantly. Decrypted files can be opened in any PDF viewer (e.g. Adobe Acrobat Reader) without any restrictions --- i.e. with edit/copy/print functions enabled. All versions of Adobe Acrobat are supported.

Key Features of DecryptPDF:
- Easy to use.
- Support drag and drop PDF files.
- Do NOT need Adobe Acrobat software.
- Support Windows XP/Vista/7/8/10/11.
- Remove the security settings from your encrypted PDF file is instant.
- Support PDF1.8 format (formerly only supported by Acrobat 9.0 application).
- Support PDF1.8 (Acrobat 9.x) files, including 40-bit RC4 decryption, 128-bit RC4 decryption, AES decryption, compressed files and unencrypted metadata.
- Support Adobe Standard 40-bit Encryption, Adobe Advanced 128-bit Encryption and AES Encryption.
- Decrypt protected Adobe Acrobat PDF files, removing restrictions on printing, editing, copying."; 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 = ''; } }