4.18 extracting selected pages from a pdf?

To extract selected pages from a pdf into a separate pdf see http://www.linuxjournal.com/content/tech-tip-extract-pages-pdf

Use pdftk (free install on linux, use package manager). Here is an example

pdftk A=myfile.pdf cat A6-10 output result.pdf