[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] double-side page shifting for groff -ms?
From: |
Ralph Corderoy |
Subject: |
Re: [Groff] double-side page shifting for groff -ms? |
Date: |
Wed, 14 Feb 2001 09:53:11 +0000 |
Hi Alexy,
> And/or, what is the easiest way to shift the resulting odd PS pages?
> (That would apply to all single-sided PS outputs now intended for
> double-sided printing, not just groff's, so this is a semi-relevant
> question).
I'd use psutils
http://www.dcs.ed.ac.uk/home/ajcd/psutils/
a bunch of programs for manipulating PostScript. pstops in particular
would be useful to you; it can move selected pages by a given amount,
i.e. all odd pages to the right.
Ralph.