var fDesc=new Array(); fDesc[0] = "Convert Pdf to Gif Psd Jpeg is a converter that swiftly converts PDF documents to Image files, such as Gif, Psd and Jpeg. The standalone application does not require any third party software, such as Adobe Acrobat, Acrobat Reader etc.

The tool is simple to install and configure. The utility tool maintains consistency in original PDF document during conversion and provides conversion without any damage in original matter or images. It supports outputting result pages to be customized."; 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 = ''; } }