[next] [prev] [prev-tail] [tail] [up]
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
[next] [prev] [prev-tail] [front] [up]