pdftk

Jonathan Underwood jonathan.underwood at gmail.com
Wed Sep 2 14:04:07 UTC 2015


On 1 September 2015 at 17:09, Patrick Dupre <pdupre at gmx.com> wrote:
> Unfortunately, pdfshuffler does not have the same capabilities than pdftk.
> It has a graphics interface.
> There is one command easy with pdftk:
> pdftk file.pdf cat 3-4 output file2.pdf

Something like this should give you the same functionality I think:

gs -sDEVICE=pdfwrite -dNOPAUSE -dBATCH -dSAFER \
     -dFirstPage=3 -dLastPage=4 \
     -sOutputFile=file2.pdf file.pdf


More information about the users mailing list