Skip to content

Files

Latest commit

author
Nishanth Vijayan
Apr 3, 2017
53a9c77 · Apr 3, 2017

History

History
35 lines (29 loc) · 852 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 852 Bytes

pdf-page-counter

We've all been there, counting the number of slides desperately the night before exam 😁.
pdf-page-count is a nifty little script that does this for you.

Example

Installation

pip install pdf-page-counter

Requirements

  • Python 2.7
  • pip
  • Linux (Windows fix coming soon!)

Usage

  • Displays the number of pages in all the pdfs in the current directory (only top level)
pdf-page-counter
  • Displays the number of pages in all the pdfs in the current directory and its subdirectories
pdf-page-counter -r
  • Displays the number of pages in all the pdfs in the /path/to/folder
pdf-page-counter /path/to/folder
  • Displays the number of pages in all the pdfs from multiple folders
pdf-page-counter /path/to/folder_one /path/to/folder_two