I only need page 2 of a three page document using qpdf
by linux-man from LinuxQuestions.org on (#6HYF7)
I only need page 2 of a three page pdf
If the pdf file is called "mypdf" then would the code look something like this (below)?
Code:qpdf mypdf.pdf --pages . 2-2 -- mypdf.pdf sOr is there a simpler way without downloading office suite or acrobat?
Thanks in advance
If the pdf file is called "mypdf" then would the code look something like this (below)?
Code:qpdf mypdf.pdf --pages . 2-2 -- mypdf.pdf sOr is there a simpler way without downloading office suite or acrobat?
Thanks in advance