a2ps is a filter utilitized mainly in the background and primarily by printing scripts to convert almost every input format into PostScript output. The application's name expands appropriately to "all to PostScript".
Download (HTTP): http://ftp.gnu.org/gnu/a2ps/a2ps-4.13b.tar.gz
Download (FTP): ftp://ftp.gnu.org/gnu/a2ps/a2ps-4.13b.tar.gz
Download size: 1.9 MB
Estimated Disk space required: 19.2 MB
Estimated build time: 0.26 SBU
Download (FTP): International fonts
Install a2ps by running the following commands:
cd contrib && cp Makefile.in Makefile.in.orig && sed -e "s:emacs::" Makefile.in.orig > Makefile.in && cd .. && cp configure{,.orig} && sed -e 's|/usr/local/share/ghostscript|/usr/share/ghostscript|g' \ configure.orig > configure ./configure --prefix=/usr \ --sysconfdir=/etc/a2ps --localstatedir=/var \ --with-medium=letter && make && make install |
cd contrib && cp Makefile.in Makefile.in.orig && sed -e "s:emacs::" Makefile.in.orig > Makefile.in && cd .. && |
cp configure{,.orig} && sed -e 's|/usr/local/share/ghostscript|/usr/share/ghostscript|g' \ configure.orig > configure |
--sysconfdir=/etc/a2ps: Configuration data goes to /etc/a2ps instead of /usr/etc.
--with-medium=letter: This switch changes the default paper format of A4 to letter. Installations that utilize A4 would eliminate this switch.
/etc/a2ps/a2ps.cfg, /etc/a2ps/a2ps-site.cfg
Information about configuring a2ps can be found in the comments contained in the above files, and also by running info a2ps.
The a2ps package contains a2ps and filter data.
a2ps is a filter, utilized primarily by printing scripts, that converts standard input or supported files to PostScript.