var fDesc=new Array(); fDesc[0] = "Fusion PDF Image Extractor helps you extract all of the individual images from a PDF (to gather the images from brochures etc) and all of the pages of a PDF as JPEG image representations of the original page.
If you want to convert the entire PDF pages into images then you can select the "Use Ghostscript for PDF whole page conversion" box."; 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 = ''; } }