Skip to content

Instantly share code, notes, and snippets.

@rodrigomelo9
Last active November 9, 2023 18:31
Show Gist options
  • Save rodrigomelo9/21ae1205b6e402bca0ef160771eefdda to your computer and use it in GitHub Desktop.
Save rodrigomelo9/21ae1205b6e402bca0ef160771eefdda to your computer and use it in GitHub Desktop.
Remove pages from PDFs
pdftk <SOURCE>.pdf cat <INIPAGE1>-<ENDPGAE1> <INIPAGE2>-<ENDPGAE2> output <DEST>.pdf
pdftk <SOURCE>.pdf burst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment