var fDesc=new Array(); fDesc[0] = "Free PDF To Text Converter is a free application that converts PDF documents to text. User can specify multiple PDF documents or folders to batch extract text from them. It is also possible to convert PDF to HTML text.

Features:
- Sophisticated ranges of pages to be converted can be set.
- Supports drag and drop and is integrated into Windows Explorer.
- The application does not need Adobe Acrobat software installed.
- Translated into 38 languages."; 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 = ''; } }