On 1 September 2015 at 17:09, Patrick Dupre <pdu...@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
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to