var fDesc=new Array(); fDesc[0] = "ImageToPDF can multi-threaded batch converting bmp, jpg, gif, tiff, png, psd, pcx, tga, wmf and other image formats to PDF file format, can batch doing massive image files as a concatenated pdf file or individual pdf files, can OCR the text from the image file to generate searchable PDF file.

It also can change the resolution and the definition of data for the image, can change the size of the result pdf file.

It is very easy to be used, it has a explorer view, and allow to drag the whole folder and subfolder to add the images to the converting queue.

It has three method to define the bookmark title, easy to add the pdf document's information such as author, subject, etc.

Can convert BMP,JPG,JPEG,JPE,GIF,TIF,TIFF,PNG,PSD,PCX,TGA,WMF image formats to PDF file formats.
Can OCR the text from the image file to generate a searchable pdf file.
Can batch converting massive image files.
Can convert multi-page tiff to multi-page pdf file.
Can scan image through digital camera, scanner, or pc camera.
Multi-threaded batch processing.
Support multiple files, multiple directories (including subdirectories) convert to pdf directly.
Can concatenate image files to one pdf file.
Can change the resolution of the result pdf files.
Can change the definition of the result pdf files.
Automatically naming the result pdf files when names conflict.
Can automatically open the result pdf file.
Can set the document's information such as author, subject, title or keywords."; 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 = ''; } }