Enscript converts ASCII text files to PostScript, HTML, RTF, ANSI and overstrikes.
Download (HTTP): http://www.iki.fi/mtr/genscript/enscript-1.6.4.tar.gz
Download MD5 sum: b5174b59e4a050fb462af5dbf28ebba3
Download size: 1.0 MB
Estimated disk space required: 10.2 MB
Estimated build time: 0.13 SBU
Install Enscript by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc/enscript \
--localstatedir=/var --with-media=Letter &&
make &&
make install
--sysconfdir=/etc/enscript: This switch puts configuration data in /etc/enscript instead of /usr/etc.
--localstatedir=/var: This switch sets the directory for runtime data to /var instead of /usr/var.
--with-media=Letter: This switch sets the medium format to letter.
The Enscript package contains diffpp, enscript, mkafmmap, over, sliceprint, states and filter data.
enscript is a filter, used primarily by printing scripts, that converts ASCII text files to PostScript, HTML, RTF, ANSI and overstrikes.
over is a script which calls enscript and passes the correct parameters to create overstriked fonts.
Last updated on 2005-02-15 21:09:14 -0700