var fDesc=new Array(); fDesc[0] = "The Winnovative PDF to Text Converter can be used in any type of .NET application to extract the text from a PDF document. The integration with existing .NET applications is extremely easy and no installation is necessary in order to run the converter. The downloaded archive contains the assembly for .NET and a ready to use sample console application. The full C# source code for the sample application is available in the Samples folder. The sample application can be built with Visual Studio 2005, 2008 or 2010. The result of conversion is a .NET String object that you can use for example in search operations or save into a file on disk. The PDF to Text Converter does not require Adobe Reader or other third party tools."; 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 = ''; } }