var fDesc=new Array(); fDesc[0] = "PDF to Text by TSSI (TriSun Software Inc.) 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 interface, small size.

It retains the original text, format and layout (as much as possible) in the output text files.

Also, PDF to Text supports converting the PDF files that have some restrictions, such as "Content Copying", "Saving as Text" 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."; 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 = ''; } }