var fDesc=new Array(); fDesc[0] = "2JPEG is the command line tool for converting PDF documents and image files to the JPG format. The list of source file formats includes 275 items, and thanks to our customers' requests, we regularly update the list of file formats adding new file formats for software support. You can start 2JPEG command line using the Windows run feature (click Win+R), from VBScript, JavaScript, batch file, or from your own software source code.

2JPEG is not just an image converter. It can automatically scale converted image files and documents, rotate them, flip them, use photo correction, and apply a watermark. The list of available photo effects includes: blur, sharpen, smoothing noise, grayscale, sepia, replace color, brightness, contrast, gamma correction, auto contrast, auto levels and replace color."; 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 = ''; } }