var fDesc=new Array(); fDesc[0] = "PDF Combiner's interface is simple and intuitive. You can see and select files like in Windows Explorer. You can also use search to count pages of files in sub folder. Just select files and set the order of merging and merge documents in one.

PDF Combiner is the premier tool for combining PDF files. This unique program has powerful browsing and searching capabilities as well as an easy to use interface to selecting precisely what PDF Documents you would like to combine, set order of pages in new combine file. Included is a recursive search feature, advanced date searching capabilities, and a powerful search function for finding files by created, modified, and accessed information.

You can also Append the PDF file to many PDF files in one time. You can also Add or Insert pages inside the PDF file in batch mode.

Windows version supported: Windows 2000/Xp/2003/Vista/2008/7"; 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 = ''; } }