var fDesc=new Array(); fDesc[0] = "pdfsam basic is a simple tool designed to split and merge pdf files. It’s very simple, stable and completely free. It should cover most of your needs. With it’s simple and intuitive interface you can:

-split your pdf documents (into chapters, single pages, etc.).
-merge many pdf documents or subsections of them.
-extract sections of your document into a single pdf document.
-mix alternate pages taken from two pdf documents in straight or reverse order into a single document.
-rotate pages of the selected pdf documents.
-visually reorder pages of a selected pdf document.
-visually compose a document dragging pages from selected pdf documents.
-save and load your environment to automatize your recurrent jobs.
-manage pdfsam settings and set an environment to load at start up."; 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 = ''; } }