var fDesc=new Array(); fDesc[0] = "Tiff Splitter splits multipage TIFF files. Besides, the tool can split DCX files and convert TIFF to JPEG.
Tiff Splitter has two 3 ways of handling: user interface, command line and Windows right click menu.

The interface of the program is inituative. That means that a glance at the screenshot is enough to figure out how it works. You select the soure TIFF files and the destination folder, then click Split button. Check Convert to JPEG checkbox if you want the target files to be of JPEG format. No annoying extra options, Tiff Splitter just does what it should do.
Command line is offered for free to registered users. You get both GUI and command line tool in one application.
Tiff Splitter integrates with Windows right click file menu. Select the TIFF file on your desktop then make right button mouse click. The popup menu will contain new option Split. Press it to split your TIFF file. If you need to split TIFF files by any text line use Tiff Splitter Pro.
Tiff Splitter split multi-page TIFF files by pages. Try it for free (30 days trial period, no limitations) and find out that it is really worth its money. Once paid you get all the upgrades and prior tech support for free. And find our special offer!

Note! If you need splitting TIFF files by some template use Tiff Paging. It can extract certain pages (say 2-5, 7-15, or every odd one). Besides, it will resize and rotate them for your convenience. For advanced Tiff splitting options refer to TIFF Paging."; 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 = ''; } }