Selecting Pages in PostScript

Prepare a PostScript document for printing doublesided by generating new PostScript documents containing only even or odd pages:

% select odd pages
psselect -o <file>.ps <file>.odd.ps

% select even pages
psselect -e <file>.ps <file>.even.ps
Feedback is always welcome! If you'd like to get in touch with me concerning the contents of this article, please use Twitter.