{{ score }}
  # Get at command line the number of pages in an PDF file.
pdfinfo  | grep -Fi pages

# Get number of pages of a pdf and, if given in meta data, author and title.
pdfinfo  | grep -Ei "^(author|title|pages)"