Skip to content

Instantly share code, notes, and snippets.

@narslan
Created December 19, 2024 11:13
Show Gist options
  • Save narslan/b4ec331ee217394d390f191ef1a09990 to your computer and use it in GitHub Desktop.
Save narslan/b4ec331ee217394d390f191ef1a09990 to your computer and use it in GitHub Desktop.
extract first and particular pages of an pdf
qpdf dbbook.pdf --pages . 1 . 23-165 -- outfile.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment