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

Re: pdf printing



David Roguin <nesdavid@gmail.com> writes:

> Yesterday i wanted to print a pdf book, but i didn't find any app in
> gnome2.8 in wich i can print the odd and even pages. i tried with
> gpdf, xpdf and evince.

I usually use pdftops (part of the xpdf-utils package) to convert to
PostScript and psselect (part of the psutils package) to separate odd
and even pages. This can all be done in a pipe without having to store
intermittent files:

    pdftops inputfile.pdf - | psselect -o | lpr    # print odd pages
    pdftops inputfile.pdf - | psselect -e | lpr    # print even pages

Martin



Reply to: