Extracting PDF pages with pdftk

August 26, 2011

I need to pull out three pages from one of my larger drum books. I did this using pdftk

$ pdftk A=Vol2.pdf cat A19-21 output Percussion360-Part2_5.pdf
  • Vol2.pdf is the source filename
  • I wanted to extract pages 19 to 21
  • Percussion360-Part2_5.pdf is the output filename

References

Tags: pdftk pdf