0.0
No commit activity in last 3 years
No release in over 3 years
Counts the pages in single and multiple PDFs. Capable of recursively finding PDFs in directories.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

= 1.3.3
= 0.1.3
 Project Readme

pdf-page-count

A command line application that will count the number of pages in multiple or individual PDFs. It can recursively traverse multiple directories and sum the total pages.

Enable verbose output to see each individual PDF's page count when doing so.

Installation

The recommended installation method is via Rubygems.

gem install pdf-page-count

Usage

Usage: pdf-page-count [options] [file/path] [file/path] ...

Options
    -R, --recursive                  Recursively search for .pdf files
    -T, --threads [N]                Number of threads used to read pdf files
    -v, --[no-]verbose               Run verbosely
    -h, --help                       help

Examples

Count the pages in a single PDF.

Puter:~ user$ pdf-page-count 1.pdf

Count the pages in a multiple individual PDFs.

Puter:~ user$ pdf-page-count 1.pdf morefiles/2.pdf

Count the pages in PDFs contained in a directory.

Puter:~ user$ pdf-page-count morefiles

Count the pages in PDFs contained in a directory and it's subdirectories recursively.

Puter:~ user$ pdf-page-count -R morefiles	

Thanks

Licence

See LICENCE