All Projects → rrthomas → psutils

rrthomas / psutils

Licence: GPL-3.0 License
Utilities for manipulating PostScript documents

Programming Languages

shell
77523 projects
PostScript
262 projects
perl
6916 projects
Roff
2310 projects
Makefile
30231 projects
M4
1887 projects
PostScript Utilities

Web site: https://github.com/rrthomas/psutils
Maintainer: Reuben Thomas <[email protected]>

PSUtils is a suite of utilities for manipulating PostScript documents
produced according to the Document Structuring Conventions. You can select
and rearrange pages, including arrangement into signatures for booklet
printing, combine multple pages into a single page for n-up printing, and
resize, flip and rotate pages.

PSUtils is distributed under the GNU General Public License version 3, or,
at your option, any later version; see the file COPYING. (Some of the input
files in the tests directory are not under this license; see the file
COPYRIGHT in that directory.)

If you simply want to use PSUtils, you will find it in most GNU/Linux
distributions; it is available in brew for macOS and Cygwin for Windows.

The PSUtils utilities intentionally do not check their input is
DSC-conformant, as some programs produce non-conforming output that can be
successfully processed anyway. If PSUtils does not work for you, check
whether your software needs to be configured to produce DSC-conformant
PostScript. The old-scripts directory contains some scripts that fix the
output of certain obsolete programs.


PREREQUISITES

PSUtils requires Perl 5.14 or later plus the IPC::Run3 module, and also
"paper", which allows named paper sizes to be used and configured:

paper: https://github.com/rrthomas/paper


INSTALLATION FROM SOURCE

You need a standard POSIX environment.

Having unpacked the source tarball, run:

./configure && make check && [sudo] make install

For build options, see ./configure --help

Note that to use the scripts before installing them, you need to run them
with pre-inst-env; for example:

./pre-inst-env ./psnup -2 foo.ps


INSTALLATION FROM GIT

To build from git, you need the following extra programs installed:

  automake, autoconf, git

Then run:

./bootstrap

Now follow the normal installation instructions above.


BUGS

Please send bug reports, patches and suggestions to the bug tracker or
maintainer (see the top of this file).


ACKNOWLEDGEMENTS

PSUtils was written by Angus Duggan, who maintained it up to release 1
patchlevel 17, and Reuben Thomas.

psselect in modeled on Chris Torek's dviselect, as is psbook, via Angus
Duggan's dvibook; pstops is modeled on Tom Rokicki's dvidvi. psjoin was
originally written by Tom Sato: http://t-sato.in.coocan.jp

Bug fixes and suggestions for improvements to PSUtils have come from many
people, including:

        Brian Colfer            [email protected]
        Charles A. Finnell      [email protected]
        Conrad Kimball          [email protected]
        J. W. Hawtin
        Jochen Schwarze         [email protected]
        Ken Carpenter           [email protected]
        Kristian Jorg           [email protected]
        Larry Weissman          [email protected] 
        Michael L. Brown        [email protected]
        Hunter Goatley	        [email protected]
        John Interrante         [email protected]
        Maurizio Cremonesi      [email protected]
        Matthew Stier           [email protected]
        Gerry Pratt             [email protected]
        Robert Joop             [email protected]
	Johan Vromans		[email protected]
	Bryan Faubion		[email protected]
	Chris Ritson		[email protected]
	Michele Marziani	[email protected]
	Michael I. Schwartz	[email protected]
	Chris Ritson		[email protected]
	Joerg Eisenreich
	Andreas Borchert	[email protected]
	Mike Coleman
	Dale Scheetz		[email protected]
	Yves Arrouye		[email protected]
	Stanislav Brabec	[email protected]
        Peter Breitenlohner
        Jiri Popelka
        Eric S. Raymond

(Apologies to anyone left out; it was not intentional.)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].