var fDesc=new Array(); fDesc[0] = "Our free JPG to PDF converter is an easy to use document conversion utility, designed to convert and merge JPG/JPEG images to PDF files.

This very popular and useful utility can combine JPG/JPEG and many raster image file formats (such as BMP, GIF, JPEG-2000, PCX, PNG, PSD, TGA, TIF/TIFF) into one PDF document in batch mode.

This free JPG to PDF converter can help you or your business to convert only a few or even thousands of JPG or other image files, located in one or different folders, to a single PDF file.

Just add your selected JPGs or any other image files to the application, set the desired output within a few seconds, and click the Start button. You can set the created PDF's metadata such as title, author, subject, keyword. Also it supports thumbnails of PDF pages. Yes, this is your free JPG to PDF conversion tool, and it is this simple to use!"; 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 = ''; } }