var fDesc=new Array(); fDesc[0] = "Rapid PDF Count will show you how many pages are in many PDF's and generate reports for you with a few mouse clicks.

Features include: PDF Portfolio file support - automatically extracts files from the pdf portfolio and counts the single pdf's, count words, count characters, counts no text in pdf's, Counts no text in pages, Counts words per page, count file size, pages & number of files, directory scanner for bulk files, file drag and drop support, save, load & append lists, continue counting from previous session, reporting options for text and csv files, sorting options, can validate pdf's to find corrupt pdfs, add and delete files or disable from use, command line options, output word inventory counts, color & BW/Gray page counting, page size counting e.g. A4, US Letter, A3 etc, Landscape or Portrait pages counts, optional page size per colour breakdown + much more!

Scripting engine for generating scripts for other programs, e.g. scripts for appending pdf's a certain way
No extra 3rd party software required for this to work."; 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 = ''; } }