[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: pdf applciation that ACTUALL deletes pages



Jeff Shearer <jeff@shearer-family.org> wrote:
> Can someone direct me to an application that will let me delete pages
> and then save the resulting file fo Debian 7?

pdftk can do this indirectly: you specify the set of pages you want
to keep.

So to delete page 7 from a ten page document,
    pdftk input.pdf cat 1-6 8-end output nopage7.pdf

Chris


Reply to: