1

I want to extract the total page range of a pdf using using bash commands. Is it possible to do.

Rapsis
  • 143
  • 1
  • 2
  • 13
  • 1
    Yes, it's possible, by using the command-line pdftk utility. Please see the top answer on this askubuntu question: http://askubuntu.com/questions/221962/how-can-i-extract-a-page-range-a-part-of-a-pdf –  May 03 '16 at 04:38
  • The answer here allows converting selected pages into images : http://askubuntu.com/a/50180/295286 – Sergiy Kolodyazhnyy May 03 '16 at 04:43
  • 1
    pdfinfo pdfname | grep Pages – Rapsis May 03 '16 at 05:34

0 Answers0