Skip to content

Instantly share code, notes, and snippets.

@pindlebot
Created August 4, 2018 22:56
Show Gist options
  • Save pindlebot/c5a180aee5b80ce9415aab4262e04604 to your computer and use it in GitHub Desktop.
Save pindlebot/c5a180aee5b80ce9415aab4262e04604 to your computer and use it in GitHub Desktop.
pdftk "${file}" dump_data | grep NumberOfPages | awk '{print $2}' | tr -dc '[0-9]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment