David Roguin <[EMAIL PROTECTED]> 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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]