var fDesc=new Array(); fDesc[0] = "Axommsoft Image to Pdf converter software is fast, reliable and easy to sue graphics to pdf converter application which lets you to convert pictures of scanned documents, photos of faxes and other images into portable document format (PDF) file. Image to Pdf converter program supports all popular image formats including TIF, TIFF, JPEG, PNG, GIF, BMP, TGA, PGM, WMF, EMF, WBMP, ICO, PBM, PSD,PCX, DCX, DIB, RLE, PPM, PCD etc. This graphical user interface tool is stand alone application facilitates users to set pdf paper size and orientation (landscape/portrait), image size, image position, image rotation (90, 180 and 270 degrees), image flipping (horizontal & vertical), image deskew (attempt to straighten the scanned skewed images), compress images (reduces output pdf size) and Image color (grayscale/black n white) etc. Other features include the ability to set pdf property (Title, Author, Subject & Keywords), pdf bookmarking and pdf security (open password & owner restrictions) 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 = ''; } }