var fDesc=new Array(); fDesc[0] = "A new most handy program that helps you to solve the problem of splitting different pages inside one multipage PDF file. PDF Splitter is easy-to-use and has transparent interface. All you have to do is to setup it and make several clicks. It can extract pages in different ways:

Extract all pages from PDF file
Extract only selected pages (i.e. 1,2,5,7-10)
Extract odd/even pages
Split PDF file by bookmarks
new! Split PDF by blank pages

PDF Splitter will also combine split pages. So if you have a multipage PDF document and need to reorganize the pages our program will do the task. For example it will split 10-page PDF file and create a new document every 2 pages. So you get 5 two-page PDF documents instead of 1 ten-page file.

PDF Splitter has a built-in flexible renamer to spare your effort. By default new pages will be renamed to this template [Name].page#.pdf (where # is the number of the page like Contract.page1.pdf). You can start enumeration from any digit. Besides, PDF Splitter has unique option of enumerating pages based on the number of pages already existing in destination folder. In other words, if there are 6 PDF files in your destination folder (like Contract.page1.pdf, Contract.page2.pdf - Contract.page6.pdf) and you want to place the newly split pages into that folder, PDF Splitter will automatically rename the new PDF files to Contract.page7.pdf, Contract.page8.pdf, etc.

The new unique option of PDF Splitter - splitting by blank pages. The program will create a new document every time it meets a blank page. Furthermore, PDF Splitter from CoolUtils can split by several blank pages in a row. For example, it will start a new PDF only if there are 3 blank pages in a row in the source document.

PDF Splitter has a new option that provides you with a detailed report about your PDF files."; 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 = ''; } }