Skip to content

Instantly share code, notes, and snippets.

@j-faria
Last active April 20, 2018 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save j-faria/f9f178429b2d9e8b5c8a3858b4ce1bf4 to your computer and use it in GitHub Desktop.
Save j-faria/f9f178429b2d9e8b5c8a3858b4ce1bf4 to your computer and use it in GitHub Desktop.
Count the number of color pages in a pdf
gs -o - -sDEVICE=inkcov input.pdf | grep -v "^ 0.00000 0.00000 0.00000" | grep "^ " | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment