TOP
TIPS - January 2010
How to sort and move pdf's into
folders by page count
Products required are:
Rapid PDF
Count 2
See
video example:
//www.traction-software.co.uk/rapidpdfcount/videos/index.html
1.
Download Rapid PDF Count 2 and install
2. Run and add the files to the main list - for a
lot of files either drag and drop the root folder or use file
menu-->Scan directories for files.

3. click on Page count files in list
To sort click on Page Count header or choose Sort menu-->Sort By Page
Count
4. To move the files;
click Reports/Scripts menu-->Run/Create/Save Script on all files
In the middle box copy and paste the below dos script.
mkdir c:\files\[COUNT]
move "[FILENAME]" c:\files\[COUNT]\
add pause to the bottom box if required.
For the example to work create c:\files folder first.

5. Click Run as dos script
your files will be moved into the c:\files folder under each page count
sub folder.
