Hi Tracy,
This is the script I use to print book-style documents (both page sides and
2 or 4 document pages per sheet)
Regards,
#!/bin/sh
if [ -z "$@" ]; then
printf "I need the file name."
exit 1
fi
/usr/bin/psbook $1 ~/tmp/reordered.ps
/usr/bin/psnup -2 -l -m0.0in -pletter -Pletter ~/tmp/reordered.ps booklet_$1
rm -f ~/tmp/reordered.ps
if [ "$TERM" = "xterm" ]; then
gv booklet_$1
rm -f booklet_$1
fi
Tracy R Reed wrote:
> With enscript you can take a text file and print two pages on a single
> piece of paper in landscape mode. How can one do this with a postscript
> file?
Urivan A. Flores Saaib
CiberLinux Networking
Email: [EMAIL PROTECTED]
Web: www.ciberlinux.net
--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list