var fDesc=new Array(); fDesc[0] = "Image to PDF Converter supports popular scanned image to PDF format like JPEG, GIF, PNG, BMP, TIFF,etc. When converting image to text PDF, the Images to PDF Converter software can adjust the image display position on the page, or image quality (low, medium, maximum).
For protect created PDF file from modification or copy, this advanced Image to PDF Converter designs password encrypting function. Up to 128 bit password strengthens file's security.
Converting image to PDF is only one function supported by Image to PDF Converter, it is also allowed to convert between different image formats like JPEG to GIF, JPEG to PNG, etc."; 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 = ''; } }