var fDesc=new Array(); fDesc[0] = "This program allows you to split PDF file onto several documents. You can also extract selected pages from original document, or remove specified pages. PDF Separator includes an integrated PDF viewer so you can see the content of your documents.

There are two ways for PDF splitting: by files or by pages. In the first case you'll get separate files, which contain the equal number of pages. In the second case, you specify the starting page for every new PDF.

After PDF splitting, the files will be optimized. After that you are allowed to edit, modify and secure the output PDF files. You can add a text of image watermarks on the pages, to set permissions, to edit metadata. You can also crop, rotate or delete the pages of PDF. The PDF Separator is completely free, so download it right now. You will be amazed!"; 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 = ''; } }