var fDesc=new Array(); fDesc[0] = "As the delicate PDF to Image Converter, 4Videosoft PDF to Image Converter has the ability to convert PDF to different Image formats like JPEG, PNG, GIF, BMP, TGA, PPM, JPEG 2000 and TIFF. You can view the PDF file at the preview window and set the output page(s) and output folder.

Different output settings are available with this PDF to Image Converter, such as output format, size, color, JPEG quality, TIFF compression, etc. Also you can use this PDF to Image Converter to set the play speed for multi-pages PDF file."; 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 = ''; } }