Extract PDF Pages

Nov 12, 2012·
Julio Batista Silva
Julio Batista Silva
· 1 min read

Method 1

Simply print the pages you want as PDF. Most PDF viewers have this feature.

The problem with this solution is that the page dimensions may be altered.

Method 2

  1. Install GhostScript and run the following command

    $ gs -sDEVICE=pdfwrite -dNOPAUSE -dBATCH -dSAFER \
      -dFirstPage=22 -dLastPage=36 \
      -sOutputFile=outfile_p22-p36.pdf 100p-inputfile.pdf
    

Julio Batista Silva
Authors
Senior Cloud Developer
comments powered by Disqus