PSUtils is a set of utilities to manipulate PostScript files.
Download (HTTP): http://gd.tuwien.ac.at/publishing/tex/tex-utils/psutils/psutils-p17.tar.gz
Download MD5 sum: b161522f3bd1507655326afa7db4a0ad
Download size: 68 KB
Estimated disk space required: 740 KB
Estimated build time: 0.01 SBU
Install PSUtils by running the following commands:
cat Makefile.unix | sed -e 's|/usr/local|/usr|g' > Makefile &&
make &&
make install
cat Makefile.unix | sed -e ... > Makefile: This command creates a Makefile that installs the program to the /usr prefix instead of the /usr/local prefix.
The PSUtils package contains psbook, psselect, pstops, psnup, psresize, epsffit, getafm, showchar, fixdlsrps, fixfmps, fixmacps, fixpsditps, fixpspps, fixscribeps, fixtpps, fixwfwps, fixwpps, fixwwps, extractres, includeres and psmerge.
Sometimes psnup and other utilities from this package produce PostScript files that don't conform to Adobe's DSC standard. CUPS may print them incorrectly. On the other hand, CUPS has builtin replacements for most commands from this package. For example, to print a document 2-up, you can issue this command:
lp -o number-up=2 [filename]
Last updated on 2005-02-15 21:09:14 -0700