var fDesc=new Array(); fDesc[0] = "ONEKEY PDF Convert to JPG is able to turn PDF file to all the image formats like PNG, GIF, JPEG, BMP, TIFF, PCX, TGA, WMF and EMF with high quality. This is very helpful to safeguarding your content from editing or misappropriation.

The output settings offers a great degree of flexibility, you can easily adjust the Pixel or DPI size and color and rotating angel of the converted image to your preference to help you to create personalized images."; 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 = ''; } }