var fDesc=new Array(); fDesc[0] = "Remove PDF file restrictions: Printing / Copying / Editing / Extracting text
Supports Unlocking the PDF file from Owner Level password security
Adobe Acrobat Installation is not required to remove PDF file security
Supports Adobe Acrobat 9 & below versions with 128/256 bit encryption
Unlock PDF File in Batch with Business or Enterprise License
Does not recover or remove restrictions from corrupt PDF files
Compatible with all Windows versions: Win 10 & all below versions."; 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 = ''; } }