var fDesc=new Array(); fDesc[0] = "Convert Pdf to Jpeg Png Psd is an app for converting PDF documents to image file formats with the help of a user-friendly interface. The tool supports batch conversion of PDF documents existing either in same destination or diverse locations.

Convert Pdf to Jpeg Png Psd provides the option to convert complete PDF document or specific pages by specifying page range. This utility has the feature of maintaining original PDF documents identical."; 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 = ''; } }