var fDesc=new Array(); fDesc[0] = "PDF to Text is used to quickly convert PDF documents to plain text files in batch mode. It works without Adobe Acrobat or Adobe Reader, and has Command Line Interface (CLI), fast and accurate conversion ability, friendly GUI, small size. It retains the original text, format and layout (as much as possible) in the output text files. Also, PDF to Text supports system level context menu and converting the PDF files that have some restrictions, such as "Content Copying", "Saving as Text", "Page Extraction" are not allowed. If you want to let your documents management system supports PDF search or want to extract the text from PDF files, it might be useful. Key features: supports Command Line Interface (CLI). Fast, accurate, small, and friendly interface. Working without Adobe Acrobat or Adobe Reader. Supports converting PDF documents to plain text files. Retains the original text, format and layout (as much as possible) in the output text files. Supports converting PDF to TXT in batch mode. Converts all pages of a PDF into ONE plain text file. Supports converting the PDF files that have some restrictions, such as "Content Copying", "Saving as Text" are not allowed."; 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 = ''; } }