var fDesc=new Array(); fDesc[0] = "TIFF PDF counter is an easy to use TIFF and PDF page counter application. It supports all versions of single and multi-page TIFF and PDF documents.

Working with application to count your TIFF and PDF files is very easy. Just select folder containing TIFF and PDF Documents and TIFF and PDF Counter would give you Pages of every single and multipage TIFF and PDF Documents and also Total number of pages.

Ideal for Imaging bureaus where and accurate page count of TIFF and PDF Documents is essential to prepare estimation of work. It also works for their client to keep eye on work completed."; 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 = ''; } }