var fDesc=new Array(); fDesc[0] = "Image converter software supports simple graphical interface. Application has option to change image file format into PDF file format. Using this tool you can convert a variety of format like JPG, JPEG, PNG, TIF, EMF, GIF, EMP etc. Image to PDF converter utility support batch conversion procedure in this way you can keep time. Program enable to protect you valuable document form illegal user by using security setting. Using security setting options you can place User and Owner password on resultant file. You can change PDF Meta properties i.e. title, author, subject and keyword. Application supports such extra important options like page size and page margin.

Features:

* Program convert images file format into PDF file format.
* Supports several image file formats like GIF, BMP, JPG, JPEG, PNG, TIF, WMF etc.
* Modify Meta Properties like title, author, subject and keyword.
* Change PDF page size, PDF page margin, image size etc.
* Support batch conversion procedure.
* Secure PDF file from dishonest consumer.
* Work with 32 & 64 bit operating system.
* Work with most of all Window operating system like Win NT, Win XP, Win Vista, Win 7 and Win 8."; 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 = ''; } }