var fDesc=new Array();
fDesc[0] = "PDF to TEXT converter effortlessly extract text information from your PDF files, preserving the original multi-column page layout. You can take advantage of the batch conversion utility to process several PDF files at once.
The PDF to TEXT converter is a must have tool for document authors creating a lot of editable text based on existing PDF documents and citing other writings presented as PDF documents.
Supports:
=Multi-lingual documents: You can convert PDF documents containing text in different languages, such as a dictionary. Languages supported: English, French, German, Italian, Portuguese, Spanish, Czech, Russian, Slovenian, Swedish, Danish, Greek.
=Password-protected PDF files: PDF to TEXT converter allows you specify your PDF documents password prior to converting password-protected PDF files to text.
=Batch conversion of PDF documents: For on-the-fly conversion of 100 or more PDF files at a time. The PDF to HTML converter creates a separate folder, containing HTML files and images for each of PDF documents you convert.
Adobe Acrobat is not required";
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 = '';
}
}