splitting a pdf

 Suppose you want to take a 1000-page pdf called "input.pdf" and extract page 1, and 3 onwards, removing only page 2. Type the following:

 pdftk  input.pdf  cat 1 3-end  output output.pdf


Popular posts from this blog

Automatically Fix Song Metadata and Filenames on Linux with Beets

script to show all files with disk usage sizes

throttle traffic on apache