var fDesc=new Array(); fDesc[0] = "PDF Watermark Remover is a handy tool to remove PDF embedded watermarks(text, logo, banner, stamp, signature, etc). With its powerful decryption technique, this software can help you quickly remove the embedded watermarks in your PDF files and keep the original layout and formats.

Feature List
Remove text watermarks and image watermarks.
Supports PDF documents created by Adobe Acrobat or other third-party PDF creation programs.
Supports batch operation."; 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 = ''; } }